Class: Aws::IoTManagedIntegrations::Types::MatterEndpoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Structure describing a managed thing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clustersArray<Types::MatterCluster>

A list of Matter clusters for a managed thing.

Returns:



3684
3685
3686
3687
3688
3689
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3684

class MatterEndpoint < Struct.new(
  :id,
  :clusters)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The Matter endpoint id.

Returns:

  • (String)


3684
3685
3686
3687
3688
3689
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3684

class MatterEndpoint < Struct.new(
  :id,
  :clusters)
  SENSITIVE = []
  include Aws::Structure
end