Class: Aws::EMR::Types::DescribeReleaseLabelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeReleaseLabelOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::SimplifiedApplication>
The list of applications available for the target release label.
-
#available_os_releases ⇒ Array<Types::OSRelease>
The list of available Amazon Linux release versions for an Amazon EMR release.
-
#next_token ⇒ String
The pagination token.
-
#release_label ⇒ String
The target release label described in the response.
Instance Attribute Details
#applications ⇒ Array<Types::SimplifiedApplication>
The list of applications available for the target release label. ‘Name` is the name of the application. `Version` is the concise version of the application.
1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'lib/aws-sdk-emr/types.rb', line 1558 class DescribeReleaseLabelOutput < Struct.new( :release_label, :applications, :next_token, :available_os_releases) SENSITIVE = [] include Aws::Structure end |
#available_os_releases ⇒ Array<Types::OSRelease>
The list of available Amazon Linux release versions for an Amazon EMR release. Contains a Label field that is formatted as shown in [ *Amazon Linux 2 Release Notes* ][1]. For example, [2.0.20220218.1].
[1]: docs.aws.amazon.com/AL2/latest/relnotes/relnotes-al2.html [2]: docs.aws.amazon.com/AL2/latest/relnotes/relnotes-20220218.html
1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'lib/aws-sdk-emr/types.rb', line 1558 class DescribeReleaseLabelOutput < Struct.new( :release_label, :applications, :next_token, :available_os_releases) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token. Reserved for future use. Currently set to null.
1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'lib/aws-sdk-emr/types.rb', line 1558 class DescribeReleaseLabelOutput < Struct.new( :release_label, :applications, :next_token, :available_os_releases) SENSITIVE = [] include Aws::Structure end |
#release_label ⇒ String
The target release label described in the response.
1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'lib/aws-sdk-emr/types.rb', line 1558 class DescribeReleaseLabelOutput < Struct.new( :release_label, :applications, :next_token, :available_os_releases) SENSITIVE = [] include Aws::Structure end |