Class: Aws::IoT::Types::CACertificate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CACertificate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
A CA certificate.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the CA certificate.
 - 
  
    
      #certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the CA certificate.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the CA certificate was created.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the CA certificate.
 
Instance Attribute Details
#certificate_arn ⇒ String
The ARN of the CA certificate.
      1506 1507 1508 1509 1510 1511 1512 1513  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1506 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate_id ⇒ String
The ID of the CA certificate.
      1506 1507 1508 1509 1510 1511 1512 1513  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1506 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date ⇒ Time
The date the CA certificate was created.
      1506 1507 1508 1509 1510 1511 1512 1513  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1506 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
      1506 1507 1508 1509 1510 1511 1512 1513  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1506 class CACertificate < Struct.new( :certificate_arn, :certificate_id, :status, :creation_date) SENSITIVE = [] include Aws::Structure end  |