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

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

#markerString

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

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
# File 'lib/aws-sdk-emr/types.rb', line 4411

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 <a href=“https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html”>Amazon EMR Release Guide</a> .

[1]: docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-app-versions-6.x.html

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
# File 'lib/aws-sdk-emr/types.rb', line 4411

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