Class: Aws::Types::ListSSHPublicKeysResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSSHPublicKeysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#ssh_public_keys ⇒ ::Array[Types::SSHPublicKeyMetadata]
Returns the value of attribute ssh_public_keys.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def marker @marker end |
#ssh_public_keys ⇒ ::Array[Types::SSHPublicKeyMetadata]
Returns the value of attribute ssh_public_keys.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def ssh_public_keys @ssh_public_keys end |