Struct aws_sdk_ec2::operation::disassociate_iam_instance_profile::DisassociateIamInstanceProfileInput
source · #[non_exhaustive]pub struct DisassociateIamInstanceProfileInput { /* private fields */ }
Implementations§
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.
source§impl DisassociateIamInstanceProfileInput
impl DisassociateIamInstanceProfileInput
sourcepub fn builder() -> DisassociateIamInstanceProfileInputBuilder
pub fn builder() -> DisassociateIamInstanceProfileInputBuilder
Creates a new builder-style object to manufacture DisassociateIamInstanceProfileInput
.
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
>
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 ==
.impl StructuralPartialEq for DisassociateIamInstanceProfileInput
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateIamInstanceProfileInput
impl Send for DisassociateIamInstanceProfileInput
impl Sync for DisassociateIamInstanceProfileInput
impl Unpin for DisassociateIamInstanceProfileInput
impl UnwindSafe for DisassociateIamInstanceProfileInput
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