Class: Aws::IoTTwinMaker::Types::ListComponentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListComponentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_path ⇒ String
This string specifies the path to the composite component, starting from the top-level component.
-
#entity_id ⇒ String
The ID for the entity whose metadata (component/properties) is returned by the operation.
-
#max_results ⇒ Integer
The maximum number of results returned at one time.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#workspace_id ⇒ String
The workspace ID.
Instance Attribute Details
#component_path ⇒ String
This string specifies the path to the composite component, starting from the top-level component.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2381 class ListComponentsRequest < Struct.new( :workspace_id, :entity_id, :component_path, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The ID for the entity whose metadata (component/properties) is returned by the operation.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2381 class ListComponentsRequest < Struct.new( :workspace_id, :entity_id, :component_path, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results returned at one time. The default is 25.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2381 class ListComponentsRequest < Struct.new( :workspace_id, :entity_id, :component_path, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2381 class ListComponentsRequest < Struct.new( :workspace_id, :entity_id, :component_path, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The workspace ID.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2381 class ListComponentsRequest < Struct.new( :workspace_id, :entity_id, :component_path, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |