Class: Aws::EC2::Types::AssociateEnclaveCertificateIamRoleResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_s3_bucket_nameString

The name of the Amazon S3 bucket to which the certificate was uploaded.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2043

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

#certificate_s3_object_keyString

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2043

class AssociateEnclaveCertificateIamRoleResult < Struct.new(
  :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 key used to encrypt the private key of the certificate.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2043

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