Class: Aws::EC2::Types::AssociateEnclaveCertificateIamRoleResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AssociateEnclaveCertificateIamRoleResult
 
 
- Defined in:
 - gems/aws-sdk-ec2/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.
      2261 2262 2263 2264 2265 2266 2267  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2261 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.
      2261 2262 2263 2264 2265 2266 2267  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2261 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.
      2261 2262 2263 2264 2265 2266 2267  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2261 class AssociateEnclaveCertificateIamRoleResult < Struct.new( :certificate_s3_bucket_name, :certificate_s3_object_key, :encryption_kms_key_id) SENSITIVE = [] include Aws::Structure end  |