Class: Aws::Types::ListPublicKeysResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPublicKeysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#public_key_list ⇒ ::Array[Types::PublicKey]
Returns the value of attribute public_key_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
883 884 885 |
# File 'sig/types.rbs', line 883 def next_token @next_token end |
#public_key_list ⇒ ::Array[Types::PublicKey]
Returns the value of attribute public_key_list.
882 883 884 |
# File 'sig/types.rbs', line 882 def public_key_list @public_key_list end |