Class: Aws::IoTTwinMaker::Types::ListComponentTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListComponentTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ListComponentTypesFilter>
A list of objects that filter the request.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#filters ⇒ Array<Types::ListComponentTypesFilter>
A list of objects that filter the request.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2323 class ListComponentTypesRequest < Struct.new( :workspace_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2323 class ListComponentTypesRequest < Struct.new( :workspace_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2323 class ListComponentTypesRequest < Struct.new( :workspace_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2323 class ListComponentTypesRequest < Struct.new( :workspace_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |