Class: Aws::Types::GetUsagePlanKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUsagePlanKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#name_query ⇒ ::String
Returns the value of attribute name_query.
-
#position ⇒ ::String
Returns the value of attribute position.
-
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
867 868 869 |
# File 'sig/types.rbs', line 867 def limit @limit end |
#name_query ⇒ ::String
Returns the value of attribute name_query.
868 869 870 |
# File 'sig/types.rbs', line 868 def name_query @name_query end |
#position ⇒ ::String
Returns the value of attribute position.
866 867 868 |
# File 'sig/types.rbs', line 866 def position @position end |
#usage_plan_id ⇒ ::String
Returns the value of attribute usage_plan_id.
865 866 867 |
# File 'sig/types.rbs', line 865 def usage_plan_id @usage_plan_id end |