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.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def marker @marker end |
#ssh_public_keys ⇒ ::Array[Types::SSHPublicKeyMetadata]
Returns the value of attribute ssh_public_keys.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def ssh_public_keys @ssh_public_keys end |