Class: Aws::IoT::Types::OutgoingCertificate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::OutgoingCertificate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
A certificate that has been transferred but not yet accepted.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The certificate ARN.
 - 
  
    
      #certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The certificate ID.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The certificate creation date.
 - 
  
    
      #transfer_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the transfer was initiated.
 - 
  
    
      #transfer_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The transfer message.
 - 
  
    
      #transferred_to  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account to which the transfer was made.
 
Instance Attribute Details
#certificate_arn ⇒ String
The certificate ARN.
      12407 12408 12409 12410 12411 12412 12413 12414 12415 12416  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12407 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate_id ⇒ String
The certificate ID.
      12407 12408 12409 12410 12411 12412 12413 12414 12415 12416  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12407 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date ⇒ Time
The certificate creation date.
      12407 12408 12409 12410 12411 12412 12413 12414 12415 12416  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12407 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#transfer_date ⇒ Time
The date the transfer was initiated.
      12407 12408 12409 12410 12411 12412 12413 12414 12415 12416  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12407 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#transfer_message ⇒ String
The transfer message.
      12407 12408 12409 12410 12411 12412 12413 12414 12415 12416  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12407 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#transferred_to ⇒ String
The Amazon Web Services account to which the transfer was made.
      12407 12408 12409 12410 12411 12412 12413 12414 12415 12416  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12407 class OutgoingCertificate < Struct.new( :certificate_arn, :certificate_id, :transferred_to, :transfer_date, :transfer_message, :creation_date) SENSITIVE = [] include Aws::Structure end  |