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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



2905
2906
2907
2908
2909
2910
2911
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2905

class ListPlatformVersionsRequest < Struct.new(
  :filters,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

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

Returns:

  • (Integer)


2905
2906
2907
2908
2909
2910
2911
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2905

class ListPlatformVersionsRequest < Struct.new(
  :filters,
  :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)


2905
2906
2907
2908
2909
2910
2911
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2905

class ListPlatformVersionsRequest < Struct.new(
  :filters,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end