Class: Aws::Types::SecretsManagerAccessTokenConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SecretsManagerAccessTokenConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#header_name ⇒ ::String
Returns the value of attribute header_name.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#secret_string_key ⇒ ::String
Returns the value of attribute secret_string_key.
Instance Attribute Details
#header_name ⇒ ::String
Returns the value of attribute header_name.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def header_name @header_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def secret_arn @secret_arn end |
#secret_string_key ⇒ ::String
Returns the value of attribute secret_string_key.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def secret_string_key @secret_string_key end |