Class: Aws::Types::UpdateConsumableResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConsumableResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#consumable_resource ⇒ ::String
Returns the value of attribute consumable_resource.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def client_token @client_token end |
#consumable_resource ⇒ ::String
Returns the value of attribute consumable_resource.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def consumable_resource @consumable_resource end |
#operation ⇒ ::String
Returns the value of attribute operation.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def operation @operation end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def quantity @quantity end |