Class: Aws::IoTTwinMaker::Types::ListComponentsResponse

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_summariesArray<Types::ComponentSummary>

A list of objects that contain information about the components.

Returns:



2399
2400
2401
2402
2403
2404
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2399

class ListComponentsResponse < Struct.new(
  :component_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string that specifies the next page of component results.

Returns:

  • (String)


2399
2400
2401
2402
2403
2404
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2399

class ListComponentsResponse < Struct.new(
  :component_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end