Class: Aws::IoTTwinMaker::Types::ListComponentTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListComponentTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_type_summaries ⇒ Array<Types::ComponentTypeSummary>
A list of objects that contain information about the component types.
-
#max_results ⇒ Integer
Specifies the maximum number of results to display.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#workspace_id ⇒ String
The ID of the workspace.
Instance Attribute Details
#component_type_summaries ⇒ Array<Types::ComponentTypeSummary>
A list of objects that contain information about the component types.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2349 class ListComponentTypesResponse < Struct.new( :workspace_id, :component_type_summaries, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of results to display.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2349 class ListComponentTypesResponse < Struct.new( :workspace_id, :component_type_summaries, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2349 class ListComponentTypesResponse < Struct.new( :workspace_id, :component_type_summaries, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2349 class ListComponentTypesResponse < Struct.new( :workspace_id, :component_type_summaries, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |