pub struct AssociateIamInstanceProfileResponse {
pub iam_instance_profile_association: Option<IamInstanceProfileAssociation>,
}Expand description
AWS API: ec2.v1.AssociateIamInstanceProfileResult
Reference: https://docs.aws.amazon.com/AWSEC2/latest/APIReference//AssociateIamInstanceProfileResult
Fields§
§iam_instance_profile_association: Option<IamInstanceProfileAssociation>Information about the IAM instance profile association.
Trait Implementations§
Source§impl Clone for AssociateIamInstanceProfileResponse
impl Clone for AssociateIamInstanceProfileResponse
Source§fn clone(&self) -> AssociateIamInstanceProfileResponse
fn clone(&self) -> AssociateIamInstanceProfileResponse
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 AssociateIamInstanceProfileResponse
impl Default for AssociateIamInstanceProfileResponse
Source§fn default() -> AssociateIamInstanceProfileResponse
fn default() -> AssociateIamInstanceProfileResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssociateIamInstanceProfileResponse
impl<'de> Deserialize<'de> for AssociateIamInstanceProfileResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AssociateIamInstanceProfileResponse
impl RefUnwindSafe for AssociateIamInstanceProfileResponse
impl Send for AssociateIamInstanceProfileResponse
impl Sync for AssociateIamInstanceProfileResponse
impl Unpin for AssociateIamInstanceProfileResponse
impl UnsafeUnpin for AssociateIamInstanceProfileResponse
impl UnwindSafe for AssociateIamInstanceProfileResponse
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