Class: Aws::EMR::Types::OSRelease

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

Overview

The Amazon Linux release specified for a cluster in the RunJobFlow request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

The Amazon Linux release specified for a cluster in the RunJobFlow request. The format is as shown in [ *Amazon Linux 2 Release Notes* ][1]. For example, 2.0.20220218.1.

[1]: docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20220218.html

Returns:

  • (String)


4823
4824
4825
4826
4827
# File 'lib/aws-sdk-emr/types.rb', line 4823

class OSRelease < Struct.new(
  :label)
  SENSITIVE = []
  include Aws::Structure
end