Class: Aws::IoTManagedIntegrations::Types::MatterEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::MatterEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure describing a managed thing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clusters ⇒ Array<Types::MatterCluster>
A list of Matter clusters for a managed thing.
-
#id ⇒ String
The Matter endpoint id.
Instance Attribute Details
#clusters ⇒ Array<Types::MatterCluster>
A list of Matter clusters for a managed thing.
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 |
#id ⇒ String
The Matter endpoint id.
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 |