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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The input for the CreateKeysAndCertificate operation.

Requires permission to access the [CreateKeysAndCertificateRequest] action.

[1]: docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions

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 'lib/aws-sdk-iot/types.rb', line 3105

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