Class: Aws::Types::GetUsagePlanKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUsagePlanKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#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.
860 861 862 |
# File 'sig/types.rbs', line 860 def key_id @key_id end |
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
859 860 861 |
# File 'sig/types.rbs', line 859 def usage_plan_id @usage_plan_id end |