Class: Aws::IoTManagedIntegrations::Types::StateCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::StateCapability
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
State capabilities added for the managed thing.
Constant Summary collapse
- SENSITIVE =
[:properties]
Instance Attribute Summary collapse
-
#id ⇒ String
The id of the managed thing in the capability report.
-
#name ⇒ String
Name for the Amazon Web Services capability.
-
#properties ⇒ Hash, ...
Describe the command capability with the properties it supports.
-
#version ⇒ String
Version for the Amazon Web Services capability.
Instance Attribute Details
#id ⇒ String
The id of the managed thing in the capability report.
4661 4662 4663 4664 4665 4666 4667 4668 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4661 class StateCapability < Struct.new( :id, :name, :version, :properties) SENSITIVE = [:properties] include Aws::Structure end |
#name ⇒ String
Name for the Amazon Web Services capability.
4661 4662 4663 4664 4665 4666 4667 4668 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4661 class StateCapability < Struct.new( :id, :name, :version, :properties) SENSITIVE = [:properties] include Aws::Structure end |
#properties ⇒ Hash, ...
Describe the command capability with the properties it supports.
4661 4662 4663 4664 4665 4666 4667 4668 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4661 class StateCapability < Struct.new( :id, :name, :version, :properties) SENSITIVE = [:properties] include Aws::Structure end |
#version ⇒ String
Version for the Amazon Web Services capability.
4661 4662 4663 4664 4665 4666 4667 4668 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4661 class StateCapability < Struct.new( :id, :name, :version, :properties) SENSITIVE = [:properties] include Aws::Structure end |