Method: Aws::ElasticBeanstalk::Types::EnvironmentDescriptionsMessage#environments
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
#environments ⇒ Array<Types::EnvironmentDescription>
Returns an EnvironmentDescription list.
2344 2345 2346 2347 2348 2349 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2344 class EnvironmentDescriptionsMessage < Struct.new( :environments, :next_token) SENSITIVE = [] include Aws::Structure end |