Class: Aws::Proton::Types::ListComponentsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#componentsArray<Types::ComponentSummary>

An array of components with summary data.

Returns:



3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3429

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

#next_tokenString

A token that indicates the location of the next component in the array of components, after the current requested list of components.

Returns:

  • (String)


3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3429

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