Class: Aws::Types::GetPublicKeyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetPublicKeyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#public_key ⇒ Types::PublicKey
Returns the value of attribute public_key.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def etag @etag end |
#public_key ⇒ Types::PublicKey
Returns the value of attribute public_key.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def public_key @public_key end |