pub struct ReplaceIamInstanceProfileAssociationRequest {
pub association_id: String,
pub iam_instance_profile: IamInstanceProfileSpecification,
}Fields§
§association_id: StringThe ID of the existing IAM instance profile association.
iam_instance_profile: IamInstanceProfileSpecificationThe IAM instance profile.
Trait Implementations§
Source§impl Clone for ReplaceIamInstanceProfileAssociationRequest
impl Clone for ReplaceIamInstanceProfileAssociationRequest
Source§fn clone(&self) -> ReplaceIamInstanceProfileAssociationRequest
fn clone(&self) -> ReplaceIamInstanceProfileAssociationRequest
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 ReplaceIamInstanceProfileAssociationRequest
impl Default for ReplaceIamInstanceProfileAssociationRequest
Source§fn default() -> ReplaceIamInstanceProfileAssociationRequest
fn default() -> ReplaceIamInstanceProfileAssociationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReplaceIamInstanceProfileAssociationRequest
impl PartialEq for ReplaceIamInstanceProfileAssociationRequest
Source§fn eq(&self, other: &ReplaceIamInstanceProfileAssociationRequest) -> bool
fn eq(&self, other: &ReplaceIamInstanceProfileAssociationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplaceIamInstanceProfileAssociationRequest
Auto Trait Implementations§
impl Freeze for ReplaceIamInstanceProfileAssociationRequest
impl RefUnwindSafe for ReplaceIamInstanceProfileAssociationRequest
impl Send for ReplaceIamInstanceProfileAssociationRequest
impl Sync for ReplaceIamInstanceProfileAssociationRequest
impl Unpin for ReplaceIamInstanceProfileAssociationRequest
impl UnwindSafe for ReplaceIamInstanceProfileAssociationRequest
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