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

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

Instance Attribute Details

#attributesHash, ...

The Matter attributes.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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

#commandsHash<String,Hash,Array,String,Numeric,Boolean>

Describe the Matter commands with the Matter command identifier mapped to the command fields.

Returns:

  • (Hash<String,Hash,Array,String,Numeric,Boolean>)


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

#eventsHash<String,Hash,Array,String,Numeric,Boolean>

Describe the Matter events with the Matter event identifier mapped to the event fields.

Returns:

  • (Hash<String,Hash,Array,String,Numeric,Boolean>)


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

#idString

The cluster id.

Returns:

  • (String)


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