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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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 . For example, 2.0.20220218.1.

Returns:

  • (String)


4809
4810
4811
4812
4813
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4809

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