Class: Aws::IoTManagedIntegrations::Types::ListManagedThingSchemasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListManagedThingSchemasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_id_filter ⇒ String
Filter on a capability id.
-
#endpoint_id_filter ⇒ String
Filter on an endpoint id.
-
#identifier ⇒ String
The managed thing id.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#capability_id_filter ⇒ String
Filter on a capability id.
3000 3001 3002 3003 3004 3005 3006 3007 3008 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000 class ListManagedThingSchemasRequest < Struct.new( :identifier, :endpoint_id_filter, :capability_id_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#endpoint_id_filter ⇒ String
Filter on an endpoint id.
3000 3001 3002 3003 3004 3005 3006 3007 3008 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000 class ListManagedThingSchemasRequest < Struct.new( :identifier, :endpoint_id_filter, :capability_id_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The managed thing id.
3000 3001 3002 3003 3004 3005 3006 3007 3008 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000 class ListManagedThingSchemasRequest < Struct.new( :identifier, :endpoint_id_filter, :capability_id_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at one time.
3000 3001 3002 3003 3004 3005 3006 3007 3008 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000 class ListManagedThingSchemasRequest < Struct.new( :identifier, :endpoint_id_filter, :capability_id_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
3000 3001 3002 3003 3004 3005 3006 3007 3008 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000 class ListManagedThingSchemasRequest < Struct.new( :identifier, :endpoint_id_filter, :capability_id_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |