Class: Aws::Types::CreateKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
312 313 314 |
# File 'sig/types.rbs', line 312 def create_time @create_time end |
#key ⇒ ::String
Returns the value of attribute key.
309 310 311 |
# File 'sig/types.rbs', line 309 def key @key end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def key_arn @key_arn end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
311 312 313 |
# File 'sig/types.rbs', line 311 def key_name @key_name end |