Class: Aws::Types::UpdateKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def key_arn @key_arn end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def key_name @key_name end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def update_time @update_time end |