Class: Aws::Types::GetApiKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetApiKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
-
#include_values ⇒ Boolean
Returns the value of attribute include_values.
-
#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.
Instance Attribute Details
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
601 602 603 |
# File 'sig/types.rbs', line 601 def customer_id @customer_id end |
#include_values ⇒ Boolean
Returns the value of attribute include_values.
602 603 604 |
# File 'sig/types.rbs', line 602 def include_values @include_values end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
599 600 601 |
# File 'sig/types.rbs', line 599 def limit @limit end |
#name_query ⇒ ::String
Returns the value of attribute name_query.
600 601 602 |
# File 'sig/types.rbs', line 600 def name_query @name_query end |
#position ⇒ ::String
Returns the value of attribute position.
598 599 600 |
# File 'sig/types.rbs', line 598 def position @position end |