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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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

Instance Attribute Details

#set_as_activeBoolean

Specifies whether the certificate is active.

Returns:

  • (Boolean)


3105
3106
3107
3108
3109
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3105

class CreateKeysAndCertificateRequest < Struct.new(
  :set_as_active)
  SENSITIVE = []
  include Aws::Structure
end