Class: Aws::ElasticBeanstalk::Types::DescribeApplicationVersionsMessage

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

Overview

Request to describe application versions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

Specify an application name to show only application versions for that application.

Returns:

  • (String)


1589
1590
1591
1592
1593
1594
1595
1596
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1589

class DescribeApplicationVersionsMessage < Struct.new(
  :application_name,
  :version_labels,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

For a paginated request. Specify a maximum number of application versions to include in each response.

If no MaxRecords is specified, all available application versions are retrieved in a single response.

Returns:

  • (Integer)


1589
1590
1591
1592
1593
1594
1595
1596
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1589

class DescribeApplicationVersionsMessage < Struct.new(
  :application_name,
  :version_labels,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

Returns:

  • (String)


1589
1590
1591
1592
1593
1594
1595
1596
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1589

class DescribeApplicationVersionsMessage < Struct.new(
  :application_name,
  :version_labels,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#version_labelsArray<String>

Specify a version label to show a specific application version.

Returns:

  • (Array<String>)


1589
1590
1591
1592
1593
1594
1595
1596
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1589

class DescribeApplicationVersionsMessage < Struct.new(
  :application_name,
  :version_labels,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end