Class: Aws::IoTTwinMaker::Types::ListComponentTypesResponse

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_type_summariesArray<Types::ComponentTypeSummary>

A list of objects that contain information about the component types.

Returns:



2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-iottwinmaker/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_resultsInteger

Specifies the maximum number of results to display.

Returns:

  • (Integer)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-iottwinmaker/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_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID of the workspace.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-iottwinmaker/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