Class: Aws::ElasticBeanstalk::Types::ApplicationVersionDescriptionsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ApplicationVersionDescriptionsMessage
- 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
-
#application_versions ⇒ Array<Types::ApplicationVersionDescription>
List of
ApplicationVersionDescription
objects sorted in order of creation. -
#next_token ⇒ String
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
Instance Attribute Details
#application_versions ⇒ Array<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_token ⇒ String
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
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 |