Class: Aws::IoT::Types::CreateKeysAndCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateKeysAndCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass CreateKeysAndCertificateRequest data as a hash:
{
set_as_active: false,
}
The input for the CreateKeysAndCertificate operation.
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.
2059 2060 2061 2062 |
# File 'lib/aws-sdk-iot/types.rb', line 2059 class CreateKeysAndCertificateRequest < Struct.new( :set_as_active) include Aws::Structure end |