Class: Aws::Types::UpdatePublicKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePublicKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#public_key_config ⇒ Types::PublicKeyConfig
Returns the value of attribute public_key_config.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4112 4113 4114 |
# File 'sig/types.rbs', line 4112 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4113 4114 4115 |
# File 'sig/types.rbs', line 4113 def if_match @if_match end |
#public_key_config ⇒ Types::PublicKeyConfig
Returns the value of attribute public_key_config.
4111 4112 4113 |
# File 'sig/types.rbs', line 4111 def public_key_config @public_key_config end |