Class: Aws::Types::UpdateUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
-
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def key_id @key_id end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def patch_operations @patch_operations end |
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def usage_plan_id @usage_plan_id end |