Class: Aws::IoT::Types::CreateKeysAndCertificateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateKeysAndCertificateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The input for the CreateKeysAndCertificate operation.
Requires permission to access the [CreateKeysAndCertificateRequest] action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #set_as_active  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the certificate is active.
 
Instance Attribute Details
#set_as_active ⇒ Boolean
Specifies whether the certificate is active.
      3105 3106 3107 3108 3109  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3105 class CreateKeysAndCertificateRequest < Struct.new( :set_as_active) SENSITIVE = [] include Aws::Structure end  |