Class: Aws::Types::GetKeyPairsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetKeyPairsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_pairs ⇒ ::Array[Types::KeyPair]
Returns the value of attribute key_pairs.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#key_pairs ⇒ ::Array[Types::KeyPair]
Returns the value of attribute key_pairs.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def key_pairs @key_pairs end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def next_page_token @next_page_token end |