Class: Aws::EC2::Types::AssociatedRole

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#associated_role_arnString

The ARN of the associated IAM role.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2691

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_nameString

The name of the Amazon S3 bucket in which the Amazon S3 object is stored.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2691

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_keyString

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.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2691

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_idString

The ID of the KMS customer master key (CMK) used to encrypt the private key.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2691

class AssociatedRole < Struct.new(
  :associated_role_arn,
  :certificate_s3_bucket_name,
  :certificate_s3_object_key,
  :encryption_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end