#[non_exhaustive]pub struct ReplaceIamInstanceProfileAssociationInput { /* private fields */ }
Implementations§
source§impl ReplaceIamInstanceProfileAssociationInput
impl ReplaceIamInstanceProfileAssociationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReplaceIamInstanceProfileAssociation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReplaceIamInstanceProfileAssociation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ReplaceIamInstanceProfileAssociation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplaceIamInstanceProfileAssociationInput
.
source§impl ReplaceIamInstanceProfileAssociationInput
impl ReplaceIamInstanceProfileAssociationInput
sourcepub fn iam_instance_profile(&self) -> Option<&IamInstanceProfileSpecification>
pub fn iam_instance_profile(&self) -> Option<&IamInstanceProfileSpecification>
The IAM instance profile.
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The ID of the existing IAM instance profile association.
Trait Implementations§
source§impl Clone for ReplaceIamInstanceProfileAssociationInput
impl Clone for ReplaceIamInstanceProfileAssociationInput
source§fn clone(&self) -> ReplaceIamInstanceProfileAssociationInput
fn clone(&self) -> ReplaceIamInstanceProfileAssociationInput
Returns a copy 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 PartialEq<ReplaceIamInstanceProfileAssociationInput> for ReplaceIamInstanceProfileAssociationInput
impl PartialEq<ReplaceIamInstanceProfileAssociationInput> for ReplaceIamInstanceProfileAssociationInput
source§fn eq(&self, other: &ReplaceIamInstanceProfileAssociationInput) -> bool
fn eq(&self, other: &ReplaceIamInstanceProfileAssociationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.