Class: Aws::IoTManagedIntegrations::Types::MatterCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::MatterCluster
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/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.
3640 3641 3642 3643 3644 3645 3646 3647 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3640 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.
3640 3641 3642 3643 3644 3645 3646 3647 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3640 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.
3640 3641 3642 3643 3644 3645 3646 3647 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3640 class MatterCluster < Struct.new( :id, :attributes, :commands, :events) SENSITIVE = [:attributes, :commands, :events] include Aws::Structure end |
#id ⇒ String
The cluster id.
3640 3641 3642 3643 3644 3645 3646 3647 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3640 class MatterCluster < Struct.new( :id, :attributes, :commands, :events) SENSITIVE = [:attributes, :commands, :events] include Aws::Structure end |