Class: Aws::IoT::Types::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Configuration
- 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
-
#enabled ⇒ Boolean
True to enable the configuration.
Instance Attribute Details
#enabled ⇒ Boolean
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 |