Class: Aws::EMR::Types::ListSupportedInstanceTypesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The pagination token that marks the next set of results to retrieve.

Returns:

  • (String)


4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4397

class ListSupportedInstanceTypesInput < Struct.new(
  :release_label,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#release_labelString

The Amazon EMR release label determines the versions of open-source application packages that Amazon EMR has installed on the cluster. Release labels are in the format emr-x.x.x, where x.x.x is an Amazon EMR release number such as emr-6.10.0. For more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release Guide .

Returns:

  • (String)


4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4397

class ListSupportedInstanceTypesInput < Struct.new(
  :release_label,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end