Class: Aws::Types::UpdateLabelsPayload
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLabelsPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_or_update_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute add_or_update_labels.
-
#remove_labels ⇒ ::Array[::String]
Returns the value of attribute remove_labels.
Instance Attribute Details
#add_or_update_labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute add_or_update_labels.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def add_or_update_labels @add_or_update_labels end |
#remove_labels ⇒ ::Array[::String]
Returns the value of attribute remove_labels.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def remove_labels @remove_labels end |