Class: Aws::IoTTwinMaker::Types::ListComponentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_pathString

This string specifies the path to the composite component, starting from the top-level component.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID for the entity whose metadata (component/properties) is returned by the operation.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
# File 'gems/aws-sdk-iottwinmaker/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_resultsInteger

The maximum number of results returned at one time. The default is 25.

Returns:

  • (Integer)


2381
2382
2383
2384
2385
2386
2387
2388
2389
# File 'gems/aws-sdk-iottwinmaker/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_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
# File 'gems/aws-sdk-iottwinmaker/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_idString

The workspace ID.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
2388
2389
# File 'gems/aws-sdk-iottwinmaker/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