Class: Aws::IoT::Types::Configuration

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 Configuration data as a hash:

{
  enabled: false,
}

Configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

True to enable the configuration.



1627
1628
1629
1630
# File 'lib/aws-sdk-iot/types.rb', line 1627

class Configuration < Struct.new(
  :enabled)
  include Aws::Structure
end