Struct aws_sdk_ec2::model::associated_role::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AssociatedRole
Implementations
The ARN of the associated IAM role.
The ARN of the associated IAM role.
The name of the Amazon S3 bucket in which the Amazon S3 object is stored.
The name of the Amazon S3 bucket in which the Amazon S3 object is stored.
The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle
is stored. The object key is formated as follows: role_arn
/certificate_arn
.
The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle
is stored. The object key is formated as follows: role_arn
/certificate_arn
.
The ID of the KMS customer master key (CMK) used to encrypt the private key.
The ID of the KMS customer master key (CMK) used to encrypt the private key.
Consumes the builder and constructs a AssociatedRole
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more