Class: Aws::EC2::Types::AssociatedRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociatedRole
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about the associated IAM roles.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_role_arn ⇒ String
The ARN of the associated IAM role.
-
#certificate_s3_bucket_name ⇒ String
The name of the Amazon S3 bucket in which the Amazon S3 object is stored.
-
#certificate_s3_object_key ⇒ String
The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is stored.
-
#encryption_kms_key_id ⇒ String
The ID of the KMS customer master key (CMK) used to encrypt the private key.
Instance Attribute Details
#associated_role_arn ⇒ String
The ARN of the associated IAM role.
2664 2665 2666 2667 2668 2669 2670 2671 |
# File 'lib/aws-sdk-ec2/types.rb', line 2664 class AssociatedRole < Struct.new( :associated_role_arn, :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#certificate_s3_bucket_name ⇒ String
The name of the Amazon S3 bucket in which the Amazon S3 object is stored.
2664 2665 2666 2667 2668 2669 2670 2671 |
# File 'lib/aws-sdk-ec2/types.rb', line 2664 class AssociatedRole < Struct.new( :associated_role_arn, :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#certificate_s3_object_key ⇒ 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`.
2664 2665 2666 2667 2668 2669 2670 2671 |
# File 'lib/aws-sdk-ec2/types.rb', line 2664 class AssociatedRole < Struct.new( :associated_role_arn, :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#encryption_kms_key_id ⇒ String
The ID of the KMS customer master key (CMK) used to encrypt the private key.
2664 2665 2666 2667 2668 2669 2670 2671 |
# File 'lib/aws-sdk-ec2/types.rb', line 2664 class AssociatedRole < Struct.new( :associated_role_arn, :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |