Class: Aws::Proton::Types::ListEnvironmentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListEnvironmentsOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environments ⇒ Array<Types::EnvironmentSummary>
An array of environment detail data summaries.
-
#next_token ⇒ String
A token that indicates the location of the next environment in the array of environments, after the current requested list of environments.
Instance Attribute Details
#environments ⇒ Array<Types::EnvironmentSummary>
An array of environment detail data summaries.
3766 3767 3768 3769 3770 3771 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3766 class ListEnvironmentsOutput < Struct.new( :environments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates the location of the next environment in the array of environments, after the current requested list of environments.
3766 3767 3768 3769 3770 3771 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3766 class ListEnvironmentsOutput < Struct.new( :environments, :next_token) SENSITIVE = [] include Aws::Structure end |