Class: Aws::IoT::Types::TransferCertificateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::TransferCertificateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The input for the TransferCertificate operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the certificate.
 - 
  
    
      #target_aws_account  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account.
 - 
  
    
      #transfer_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The transfer message.
 
Instance Attribute Details
#certificate_id ⇒ String
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
      15513 15514 15515 15516 15517 15518 15519  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15513 class TransferCertificateRequest < Struct.new( :certificate_id, :target_aws_account, :transfer_message) SENSITIVE = [] include Aws::Structure end  | 
  
#target_aws_account ⇒ String
The Amazon Web Services account.
      15513 15514 15515 15516 15517 15518 15519  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15513 class TransferCertificateRequest < Struct.new( :certificate_id, :target_aws_account, :transfer_message) SENSITIVE = [] include Aws::Structure end  | 
  
#transfer_message ⇒ String
The transfer message.
      15513 15514 15515 15516 15517 15518 15519  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15513 class TransferCertificateRequest < Struct.new( :certificate_id, :target_aws_account, :transfer_message) SENSITIVE = [] include Aws::Structure end  |