pub struct AssociateIamInstanceProfileResult {
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 AssociateIamInstanceProfileResult
impl Clone for AssociateIamInstanceProfileResult
Source§fn clone(&self) -> AssociateIamInstanceProfileResult
fn clone(&self) -> AssociateIamInstanceProfileResult
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 AssociateIamInstanceProfileResult
impl Default for AssociateIamInstanceProfileResult
Source§fn default() -> AssociateIamInstanceProfileResult
fn default() -> AssociateIamInstanceProfileResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateIamInstanceProfileResult
impl PartialEq for AssociateIamInstanceProfileResult
Source§fn eq(&self, other: &AssociateIamInstanceProfileResult) -> bool
fn eq(&self, other: &AssociateIamInstanceProfileResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateIamInstanceProfileResult
Auto Trait Implementations§
impl Freeze for AssociateIamInstanceProfileResult
impl RefUnwindSafe for AssociateIamInstanceProfileResult
impl Send for AssociateIamInstanceProfileResult
impl Sync for AssociateIamInstanceProfileResult
impl Unpin for AssociateIamInstanceProfileResult
impl UnwindSafe for AssociateIamInstanceProfileResult
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