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)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2051

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)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2051

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)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2051

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