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.
3276 3277 3278 3279 3280 |
# File 'lib/aws-sdk-iot/types.rb', line 3276 class CreateKeysAndCertificateRequest < Struct.new( :set_as_active) SENSITIVE = [] include Aws::Structure end |