Class: Aws::Types::UpdateUsagePlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUsagePlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def patch_operations @patch_operations end |
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def usage_plan_id @usage_plan_id end |