Class: Aws::IoT::Types::CreateKeysAndCertificateRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#set_as_activeBoolean

Specifies whether the certificate is active.

Returns:

  • (Boolean)


2059
2060
2061
2062
# File 'lib/aws-sdk-iot/types.rb', line 2059

class CreateKeysAndCertificateRequest < Struct.new(
  :set_as_active)
  include Aws::Structure
end