class Aws::ElasticBeanstalk::Types::ListPlatformVersionsRequest

@note When making an API call, you may pass ListPlatformVersionsRequest

data as a hash:

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

@!attribute [rw] filters

Criteria for restricting the resulting list of platform versions.
The filter is interpreted as a logical conjunction (AND) of the
separate `PlatformFilter` terms.
@return [Array<Types::PlatformFilter>]

@!attribute [rw] max_records

The maximum number of platform version values returned in one call.
@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/ListPlatformVersionsRequest AWS API Documentation

Constants

SENSITIVE