Class: Aws::EMR::Types::OSRelease
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::OSRelease
- 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
-
#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 . For example, 2.0.20220218.1.
4836 4837 4838 4839 4840 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4836 class OSRelease < Struct.new( :label) SENSITIVE = [] include Aws::Structure end |