Class: Aws::IoTManagedIntegrations::Types::MatterCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::MatterCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Describe a Matter cluster with an id, and the relevant attributes, commands, and events.
Constant Summary collapse
- SENSITIVE =
[:attributes, :commands, :events]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash, ...
The Matter attributes.
-
#commands ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Describe the Matter commands with the Matter command identifier mapped to the command fields.
-
#events ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Describe the Matter events with the Matter event identifier mapped to the event fields.
-
#id ⇒ String
The cluster id.
Instance Attribute Details
#attributes ⇒ Hash, ...
The Matter attributes.
3665 3666 3667 3668 3669 3670 3671 3672 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3665 class MatterCluster < Struct.new( :id, :attributes, :commands, :events) SENSITIVE = [:attributes, :commands, :events] include Aws::Structure end |
#commands ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Describe the Matter commands with the Matter command identifier mapped to the command fields.
3665 3666 3667 3668 3669 3670 3671 3672 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3665 class MatterCluster < Struct.new( :id, :attributes, :commands, :events) SENSITIVE = [:attributes, :commands, :events] include Aws::Structure end |
#events ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Describe the Matter events with the Matter event identifier mapped to the event fields.
3665 3666 3667 3668 3669 3670 3671 3672 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3665 class MatterCluster < Struct.new( :id, :attributes, :commands, :events) SENSITIVE = [:attributes, :commands, :events] include Aws::Structure end |
#id ⇒ String
The cluster id.
3665 3666 3667 3668 3669 3670 3671 3672 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3665 class MatterCluster < Struct.new( :id, :attributes, :commands, :events) SENSITIVE = [:attributes, :commands, :events] include Aws::Structure end |