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 where the certificate, certificate chain, and encrypted private key bundle are stored.
-
#encryption_kms_key_id ⇒ String
The ID of the KMS key used to encrypt the private key.
Instance Attribute Details
#associated_role_arn ⇒ String
The ARN of the associated IAM role.
2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'lib/aws-sdk-ec2/types.rb', line 2687 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.
2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'lib/aws-sdk-ec2/types.rb', line 2687 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 where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: ‘role_arn`/`certificate_arn`.
2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'lib/aws-sdk-ec2/types.rb', line 2687 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 key used to encrypt the private key.
2687 2688 2689 2690 2691 2692 2693 2694 |
# File 'lib/aws-sdk-ec2/types.rb', line 2687 class AssociatedRole < Struct.new( :associated_role_arn, :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |