Class: Aws::Types::CmkSecretConfig
- Inherits:
-
Object
- Object
- Aws::Types::CmkSecretConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
34 35 36 |
# File 'sig/types.rbs', line 34 def kms_key_arn @kms_key_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def secret_arn @secret_arn end |