#[non_exhaustive]pub struct DisassociateIamInstanceProfileInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DisassociateIamInstanceProfileInput
impl Clone for DisassociateIamInstanceProfileInput
sourcefn clone(&self) -> DisassociateIamInstanceProfileInput
fn clone(&self) -> DisassociateIamInstanceProfileInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DisassociateIamInstanceProfileInput> for DisassociateIamInstanceProfileInput
impl PartialEq<DisassociateIamInstanceProfileInput> for DisassociateIamInstanceProfileInput
sourcefn eq(&self, other: &DisassociateIamInstanceProfileInput) -> bool
fn eq(&self, other: &DisassociateIamInstanceProfileInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more