Class: Aws::Types::GetKeyPairsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyPairsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_default_key_pair ⇒ Boolean
Returns the value of attribute include_default_key_pair.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
Instance Attribute Details
#include_default_key_pair ⇒ Boolean
Returns the value of attribute include_default_key_pair.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def include_default_key_pair @include_default_key_pair end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def page_token @page_token end |