Class: Aws::Types::AwsKmsKeyDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsKmsKeyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#creation_date ⇒ ::Float
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_manager ⇒ ::String
Returns the value of attribute key_manager.
-
#key_rotation_status ⇒ Boolean
Returns the value of attribute key_rotation_status.
-
#key_state ⇒ ::String
Returns the value of attribute key_state.
-
#origin ⇒ ::String
Returns the value of attribute origin.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def aws_account_id @aws_account_id end |
#creation_date ⇒ ::Float
Returns the value of attribute creation_date.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def description @description end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def key_id @key_id end |
#key_manager ⇒ ::String
Returns the value of attribute key_manager.
3099 3100 3101 |
# File 'sig/types.rbs', line 3099 def key_manager @key_manager end |
#key_rotation_status ⇒ Boolean
Returns the value of attribute key_rotation_status.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def key_rotation_status @key_rotation_status end |
#key_state ⇒ ::String
Returns the value of attribute key_state.
3100 3101 3102 |
# File 'sig/types.rbs', line 3100 def key_state @key_state end |
#origin ⇒ ::String
Returns the value of attribute origin.
3101 3102 3103 |
# File 'sig/types.rbs', line 3101 def origin @origin end |