Class: Aws::Proton::Types::ListComponentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListComponentsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#components ⇒ Array<Types::ComponentSummary>
An array of components with summary data.
-
#next_token ⇒ String
A token that indicates the location of the next component in the array of components, after the current requested list of components.
Instance Attribute Details
#components ⇒ Array<Types::ComponentSummary>
An array of components with summary data.
3429 3430 3431 3432 3433 3434 |
# File 'lib/aws-sdk-proton/types.rb', line 3429 class ListComponentsOutput < Struct.new( :components, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next component in the array of components, after the current requested list of components.
3429 3430 3431 3432 3433 3434 |
# File 'lib/aws-sdk-proton/types.rb', line 3429 class ListComponentsOutput < Struct.new( :components, :next_token) SENSITIVE = [] include Aws::Structure end |