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