Class: Aws::Types::GetLabelsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetLabelsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#labels ⇒ ::Array[Types::Label]
Returns the value of attribute labels.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#labels ⇒ ::Array[Types::Label]
Returns the value of attribute labels.
789 790 791 |
# File 'sig/types.rbs', line 789 def labels @labels end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
790 791 792 |
# File 'sig/types.rbs', line 790 def next_token @next_token end |