Struct aws_sdk_ec2::model::AssociatedRole [−][src]
#[non_exhaustive]pub struct AssociatedRole {
pub associated_role_arn: Option<String>,
pub certificate_s3_bucket_name: Option<String>,
pub certificate_s3_object_key: Option<String>,
pub encryption_kms_key_id: Option<String>,
}
Expand description
Information about the associated IAM roles.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.associated_role_arn: Option<String>
The ARN of the associated IAM role.
certificate_s3_bucket_name: Option<String>
The name of the Amazon S3 bucket in which the Amazon S3 object is stored.
certificate_s3_object_key: Option<String>
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
.
encryption_kms_key_id: Option<String>
The ID of the KMS customer master key (CMK) used to encrypt the private key.
Implementations
The ARN of the associated IAM role.
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 ID of the KMS customer master key (CMK) used to encrypt the private key.
Creates a new builder-style object to manufacture AssociatedRole
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AssociatedRole
impl Send for AssociatedRole
impl Sync for AssociatedRole
impl Unpin for AssociatedRole
impl UnwindSafe for AssociatedRole
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