Class: Aws::Types::KmsKey
- Inherits:
-
Object
- Object
- Aws::Types::KmsKey
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: KmsAliasArn, KmsAliasName, KmsKeyArn, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_alias_arn ⇒ ::String
Returns the value of attribute kms_alias_arn.
-
#kms_alias_name ⇒ ::String
Returns the value of attribute kms_alias_name.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#kms_alias_arn ⇒ ::String
Returns the value of attribute kms_alias_arn.
778 779 780 |
# File 'sig/types.rbs', line 778 def kms_alias_arn @kms_alias_arn end |
#kms_alias_name ⇒ ::String
Returns the value of attribute kms_alias_name.
779 780 781 |
# File 'sig/types.rbs', line 779 def kms_alias_name @kms_alias_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
777 778 779 |
# File 'sig/types.rbs', line 777 def kms_key_arn @kms_key_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
780 781 782 |
# File 'sig/types.rbs', line 780 def unknown @unknown end |