Class: Aws::IoTManagedIntegrations::Types::CapabilityReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CapabilityReport
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Report of all capabilities supported by the device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::CapabilityReportEndpoint>
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::CapabilityReportEndpoint>
The endpoints used in the capability report.
170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 170 class CapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The numeric identifier of the node.
170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 170 class CapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the capability report.
170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 170 class CapabilityReport < Struct.new( :version, :node_id, :endpoints) SENSITIVE = [] include Aws::Structure end |