Class: Aws::ElasticBeanstalk::Types::ApplicationVersionDescriptionsMessage

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

Overview

Result message wrapping a list of application version descriptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_versionsArray<Types::ApplicationVersionDescription>

List of ApplicationVersionDescription objects sorted in order of creation.



308
309
310
311
312
313
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 308

class ApplicationVersionDescriptionsMessage < Struct.new(
  :application_versions,
  :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)


308
309
310
311
312
313
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 308

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