Class: Aws::IoTManagedIntegrations::Types::MatterCapabilityReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::MatterCapabilityReport
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Matter based capability report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::MatterCapabilityReportEndpoint>
The endpoints used in the capability report.
-
#node_id ⇒ String
The numeric identifier of the node.
-
#version ⇒ String
The version of the capability report.
Instance Attribute Details
#endpoints ⇒ Array<Types::MatterCapabilityReportEndpoint>
The endpoints used in the capability report.
3508 3509 3510 3511 3512 3513 3514 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3508 class MatterCapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The numeric identifier of the node.
3508 3509 3510 3511 3512 3513 3514 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3508 class MatterCapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the capability report.
3508 3509 3510 3511 3512 3513 3514 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3508 class MatterCapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |