Class: Aws::IoTManagedIntegrations::Types::MatterCluster

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributesHash, ...

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

#commandsHash<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

#eventsHash<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

#idString

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