Class: Aws::IoTManagedIntegrations::Types::CapabilityReportEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CapabilityReportEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The endpoint used in the capability report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<Types::CapabilityReportCapability>
The capabilities used in the capability report.
-
#device_types ⇒ Array<String>
The type of device.
-
#id ⇒ String
The id of the endpoint used in the capability report.
Instance Attribute Details
#capabilities ⇒ Array<Types::CapabilityReportCapability>
The capabilities used in the capability report.
229 230 231 232 233 234 235 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 229 class CapabilityReportEndpoint < Struct.new( :id, :device_types, :capabilities) SENSITIVE = [] include Aws::Structure end |
#device_types ⇒ Array<String>
The type of device.
229 230 231 232 233 234 235 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 229 class CapabilityReportEndpoint < Struct.new( :id, :device_types, :capabilities) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The id of the endpoint used in the capability report.
229 230 231 232 233 234 235 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 229 class CapabilityReportEndpoint < Struct.new( :id, :device_types, :capabilities) SENSITIVE = [] include Aws::Structure end |