Class: Aws::EMR::Types::ListReleaseLabelsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ReleaseLabelFilter

Filters the results of the request. ‘Prefix` specifies the prefix of release labels to return. `Application` specifies the application (with/without version) of release labels to return.



4201
4202
4203
4204
4205
4206
4207
# File 'lib/aws-sdk-emr/types.rb', line 4201

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

#max_resultsInteger

Defines the maximum number of release labels to return in a single response. The default is ‘100`.

Returns:

  • (Integer)


4201
4202
4203
4204
4205
4206
4207
# File 'lib/aws-sdk-emr/types.rb', line 4201

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

#next_tokenString

Specifies the next page of results. If ‘NextToken` is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The `ListReleaseLabels` request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the `NextToken` is expired or tampered with.

Returns:

  • (String)


4201
4202
4203
4204
4205
4206
4207
# File 'lib/aws-sdk-emr/types.rb', line 4201

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