Class: Aws::Types::ListReleaseLabelsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListReleaseLabelsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#release_labels ⇒ ::Array[::String]
Returns the value of attribute release_labels.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def next_token @next_token end |
#release_labels ⇒ ::Array[::String]
Returns the value of attribute release_labels.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def release_labels @release_labels end |