Class: Aws::ElasticBeanstalk::Types::EnvironmentDescriptionsMessage

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

Overview

Result message containing a list of environment descriptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentsArray<Types::EnvironmentDescription>

Returns an EnvironmentDescription list.

Returns:



2344
2345
2346
2347
2348
2349
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2344

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

#next_tokenString

In a paginated request, the token that you can pass in a subsequent request to get the next response page.

Returns:

  • (String)


2344
2345
2346
2347
2348
2349
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2344

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