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