Class: Aws::EMR::Types::OSRelease
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::OSRelease
- 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
-
#label ⇒ String
The Amazon Linux release specified for a cluster in the RunJobFlow request.
Instance Attribute Details
#label ⇒ String
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
4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-emr/types.rb', line 4851 class OSRelease < Struct.new( :label) SENSITIVE = [] include Aws::Structure end |