Class: Aws::Types::DescribeReleaseLabelOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReleaseLabelOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applications ⇒ ::Array[Types::SimplifiedApplication]
Returns the value of attribute applications.
-
#available_os_releases ⇒ ::Array[Types::OSRelease]
Returns the value of attribute available_os_releases.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
Instance Attribute Details
#applications ⇒ ::Array[Types::SimplifiedApplication]
Returns the value of attribute applications.
403 404 405 |
# File 'sig/types.rbs', line 403 def applications @applications end |
#available_os_releases ⇒ ::Array[Types::OSRelease]
Returns the value of attribute available_os_releases.
405 406 407 |
# File 'sig/types.rbs', line 405 def available_os_releases @available_os_releases end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
404 405 406 |
# File 'sig/types.rbs', line 404 def next_token @next_token end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
402 403 404 |
# File 'sig/types.rbs', line 402 def release_label @release_label end |