Class: Aws::Types::UpdatePublicKeyResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePublicKeyResult
- 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.
4119 4120 4121 |
# File 'sig/types.rbs', line 4119 def etag @etag end |
#public_key ⇒ Types::PublicKey
Returns the value of attribute public_key.
4118 4119 4120 |
# File 'sig/types.rbs', line 4118 def public_key @public_key end |