Class: Aws::Types::DescribeKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expire_time ⇒ ::Time
Returns the value of attribute expire_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.
-
#restrictions ⇒ Types::ApiKeyRestrictions
Returns the value of attribute restrictions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
468 469 470 |
# File 'sig/types.rbs', line 468 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
471 472 473 |
# File 'sig/types.rbs', line 471 def description @description end |
#expire_time ⇒ ::Time
Returns the value of attribute expire_time.
469 470 471 |
# File 'sig/types.rbs', line 469 def expire_time @expire_time end |
#key ⇒ ::String
Returns the value of attribute key.
464 465 466 |
# File 'sig/types.rbs', line 464 def key @key end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
465 466 467 |
# File 'sig/types.rbs', line 465 def key_arn @key_arn end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
466 467 468 |
# File 'sig/types.rbs', line 466 def key_name @key_name end |
#restrictions ⇒ Types::ApiKeyRestrictions
Returns the value of attribute restrictions.
467 468 469 |
# File 'sig/types.rbs', line 467 def restrictions @restrictions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
472 473 474 |
# File 'sig/types.rbs', line 472 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
470 471 472 |
# File 'sig/types.rbs', line 470 def update_time @update_time end |