Module: Aws::EMR::Client::_DescribeReleaseLabelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeReleaseLabelOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #applications ⇒ ::Array[Types::SimplifiedApplication]
- #available_os_releases ⇒ ::Array[Types::OSRelease]
- #next_token ⇒ ::String
- #release_label ⇒ ::String
Instance Method Details
#applications ⇒ ::Array[Types::SimplifiedApplication]
298 |
# File 'sig/client.rbs', line 298
def applications: () -> ::Array[Types::SimplifiedApplication]
|
#available_os_releases ⇒ ::Array[Types::OSRelease]
300 |
# File 'sig/client.rbs', line 300
def available_os_releases: () -> ::Array[Types::OSRelease]
|
#next_token ⇒ ::String
299 |
# File 'sig/client.rbs', line 299
def next_token: () -> ::String
|
#release_label ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def release_label: () -> ::String
|