Class: Aws::Types::SecretsManagerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SecretsManagerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
941 942 943 |
# File 'sig/types.rbs', line 941 def enabled @enabled end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
940 941 942 |
# File 'sig/types.rbs', line 940 def role_arn @role_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
939 940 941 |
# File 'sig/types.rbs', line 939 def secret_arn @secret_arn end |