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

Class: Aws::ElasticBeanstalk::Types::ListPlatformVersionsRequest

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

Overview

Note:

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

{
  filters: [
    {
      type: "PlatformFilterType",
      operator: "PlatformFilterOperator",
      values: ["PlatformFilterValue"],
    },
  ],
  max_records: 1,
  next_token: "Token",
}

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::PlatformFilter>

Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.

Returns:

#max_recordsInteger

The maximum number of platform version values returned in one call.

Returns:

  • (Integer)

    The maximum number of platform version values returned in one call.

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