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.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def header_name @header_name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def secret_arn @secret_arn end |
#secret_string_key ⇒ ::String
Returns the value of attribute secret_string_key.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def secret_string_key @secret_string_key end |