Class: Aws::Types::GetPublicKeyConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetPublicKeyConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#public_key_config ⇒ Types::PublicKeyConfig
Returns the value of attribute public_key_config.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def etag @etag end |
#public_key_config ⇒ Types::PublicKeyConfig
Returns the value of attribute public_key_config.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def public_key_config @public_key_config end |