pub struct ReplaceIamInstanceProfileAssociationResult {
pub iam_instance_profile_association: Option<IamInstanceProfileAssociation>,
}Fields§
§iam_instance_profile_association: Option<IamInstanceProfileAssociation>Information about the IAM instance profile association.
Trait Implementations§
Source§impl Clone for ReplaceIamInstanceProfileAssociationResult
impl Clone for ReplaceIamInstanceProfileAssociationResult
Source§fn clone(&self) -> ReplaceIamInstanceProfileAssociationResult
fn clone(&self) -> ReplaceIamInstanceProfileAssociationResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ReplaceIamInstanceProfileAssociationResult
impl Default for ReplaceIamInstanceProfileAssociationResult
Source§fn default() -> ReplaceIamInstanceProfileAssociationResult
fn default() -> ReplaceIamInstanceProfileAssociationResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReplaceIamInstanceProfileAssociationResult
impl PartialEq for ReplaceIamInstanceProfileAssociationResult
Source§fn eq(&self, other: &ReplaceIamInstanceProfileAssociationResult) -> bool
fn eq(&self, other: &ReplaceIamInstanceProfileAssociationResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplaceIamInstanceProfileAssociationResult
Auto Trait Implementations§
impl Freeze for ReplaceIamInstanceProfileAssociationResult
impl RefUnwindSafe for ReplaceIamInstanceProfileAssociationResult
impl Send for ReplaceIamInstanceProfileAssociationResult
impl Sync for ReplaceIamInstanceProfileAssociationResult
impl Unpin for ReplaceIamInstanceProfileAssociationResult
impl UnwindSafe for ReplaceIamInstanceProfileAssociationResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more