Class: Aws::IoTManagedIntegrations::Types::ManagedThingSchemaListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ManagedThingSchemaListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure representing one schema item associated with a managed thing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_id ⇒ String
The id of the capability for a managed thing.
-
#endpoint_id ⇒ String
The id of the endpoint for a managed thing.
-
#schema ⇒ Hash, ...
The validation schema for one schema item associated with a managed thing.
Instance Attribute Details
#capability_id ⇒ String
The id of the capability for a managed thing.
3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3369 class ManagedThingSchemaListItem < Struct.new( :endpoint_id, :capability_id, :schema) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The id of the endpoint for a managed thing.
3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3369 class ManagedThingSchemaListItem < Struct.new( :endpoint_id, :capability_id, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Hash, ...
The validation schema for one schema item associated with a managed thing.
3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3369 class ManagedThingSchemaListItem < Struct.new( :endpoint_id, :capability_id, :schema) SENSITIVE = [] include Aws::Structure end |