Class: Aws::Types::DeleteLabelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLabelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#delete_all ⇒ Boolean
Returns the value of attribute delete_all.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
237 238 239 |
# File 'sig/types.rbs', line 237 def authentication_token @authentication_token end |
#delete_all ⇒ Boolean
Returns the value of attribute delete_all.
239 240 241 |
# File 'sig/types.rbs', line 239 def delete_all @delete_all end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
238 239 240 |
# File 'sig/types.rbs', line 238 def labels @labels end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def resource_id @resource_id end |