Class: Aws::Types::SecretsManagerSecretConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SecretsManagerSecretConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#secret_policy ⇒ ::String
Returns the value of attribute secret_policy.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def kms_key_id @kms_key_id end |
#secret_policy ⇒ ::String
Returns the value of attribute secret_policy.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def secret_policy @secret_policy end |