Class: Aws::IoT::Types::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Configuration
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True to enable the configuration.
Instance Attribute Details
#enabled ⇒ Boolean
True to enable the configuration.
2198 2199 2200 2201 2202 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2198 class Configuration < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |