Class: Aws::Types::CustomSecretConfig
- Inherits:
-
Object
- Object
- Aws::Types::CustomSecretConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#secret_access_role_arn ⇒ ::String
Returns the value of attribute secret_access_role_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#secret_access_role_arn ⇒ ::String
Returns the value of attribute secret_access_role_arn.
268 269 270 |
# File 'sig/types.rbs', line 268 def secret_access_role_arn @secret_access_role_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def secret_arn @secret_arn end |