class Aws::ElasticBeanstalk::Types::DescribeApplicationVersionsMessage
Request to describe application versions.
@note When making an API call, you may pass DescribeApplicationVersionsMessage
data as a hash: { application_name: "ApplicationName", version_labels: ["VersionLabel"], max_records: 1, next_token: "Token", }
@!attribute [rw] application_name
Specify an application name to show only application versions for that application. @return [String]
@!attribute [rw] version_labels
Specify a version label to show a specific application version. @return [Array<String>]
@!attribute [rw] max_records
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. @return [Integer]
@!attribute [rw] next_token
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplicationVersionsMessage AWS API Documentation
Constants
- SENSITIVE