Struct rusoto_ec2::ReplaceIamInstanceProfileAssociationRequest [] [src]

pub struct ReplaceIamInstanceProfileAssociationRequest {
    pub association_id: String,
    pub iam_instance_profile: IamInstanceProfileSpecification,
}

Fields

The ID of the existing IAM instance profile association.

The IAM instance profile.

Trait Implementations

impl Default for ReplaceIamInstanceProfileAssociationRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ReplaceIamInstanceProfileAssociationRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReplaceIamInstanceProfileAssociationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more