Class: Aws::Types::DeleteLabelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLabelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
-
#label_id ⇒ ::String
Returns the value of attribute label_id.
Instance Attribute Details
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def label_group_name @label_group_name end |
#label_id ⇒ ::String
Returns the value of attribute label_id.
197 198 199 |
# File 'sig/types.rbs', line 197 def label_id @label_id end |