Class: Aws::Types::SecretsManagerEncryptionKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SecretsManagerEncryptionKeyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def role_arn @role_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def secret_arn @secret_arn end |