Class: Aws::Types::DeleteServiceActionInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceActionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
351 352 353 |
# File 'sig/types.rbs', line 351 def accept_language @accept_language end |
#id ⇒ ::String
Returns the value of attribute id.
350 351 352 |
# File 'sig/types.rbs', line 350 def id @id end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
352 353 354 |
# File 'sig/types.rbs', line 352 def idempotency_token @idempotency_token end |