Class: Aws::EMR::Types::DescribeReleaseLabelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeReleaseLabelOutput
- Defined in:
- gems/aws-sdk-emr/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.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1504 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 . For example, 2.0.20220218.1.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1504 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.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1504 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.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1504 class DescribeReleaseLabelOutput < Struct.new( :release_label, :applications, :next_token, :available_os_releases) SENSITIVE = [] include Aws::Structure end |