Class: Aws::EC2::Types::AssociateEnclaveCertificateIamRoleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateEnclaveCertificateIamRoleResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_s3_bucket_name ⇒ String
The name of the Amazon S3 bucket to which the certificate was uploaded.
-
#certificate_s3_object_key ⇒ String
The Amazon S3 object key 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 of the certificate.
Instance Attribute Details
#certificate_s3_bucket_name ⇒ String
The name of the Amazon S3 bucket to which the certificate was uploaded.
2179 2180 2181 2182 2183 2184 2185 |
# File 'lib/aws-sdk-ec2/types.rb', line 2179 class AssociateEnclaveCertificateIamRoleResult < Struct.new( :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#certificate_s3_object_key ⇒ String
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`.
2179 2180 2181 2182 2183 2184 2185 |
# File 'lib/aws-sdk-ec2/types.rb', line 2179 class AssociateEnclaveCertificateIamRoleResult < Struct.new( :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 of the certificate.
2179 2180 2181 2182 2183 2184 2185 |
# File 'lib/aws-sdk-ec2/types.rb', line 2179 class AssociateEnclaveCertificateIamRoleResult < Struct.new( :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end |