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.
3631 3632 3633 3634 3635 3636 3637 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3631 class MatterCapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The numeric identifier of the node.
3631 3632 3633 3634 3635 3636 3637 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3631 class MatterCapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the capability report.
3631 3632 3633 3634 3635 3636 3637 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3631 class MatterCapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |