Method: Aws::ElasticBeanstalk::Types::EnvironmentDescriptionsMessage#next_token

Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

#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 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2344

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