Class: Aws::Types::CreateUsagePlanKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUsagePlanKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_type ⇒ ::String
Returns the value of attribute key_type.
-
#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.
275 276 277 |
# File 'sig/types.rbs', line 275 def key_id @key_id end |
#key_type ⇒ ::String
Returns the value of attribute key_type.
276 277 278 |
# File 'sig/types.rbs', line 276 def key_type @key_type end |
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def usage_plan_id @usage_plan_id end |