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.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def add_or_update_labels @add_or_update_labels end |
#remove_labels ⇒ ::Array[::String]
Returns the value of attribute remove_labels.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def remove_labels @remove_labels end |