Class: Aws::EC2::Types::AssociatedRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociatedRole
- Defined in:
- gems/aws-sdk-ec2/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.
2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2855 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.
2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2855 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
.
2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2855 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.
2855 2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2855 class AssociatedRole < Struct.new( :associated_role_arn, :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |