You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeApplicationVersionsMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_name: "ApplicationName",
  version_labels: ["VersionLabel"],
  max_records: 1,
  next_token: "Token",
}

Request to describe application versions.

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

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

Returns:

  • (String)

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

#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)

    For a paginated request.

#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)

    For a paginated request.

#version_labelsArray<String>

Specify a version label to show a specific application version.

Returns:

  • (Array<String>)

    Specify a version label to show a specific application version.