Class: Aws::Types::MCPServerBearerTokenConfig
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerBearerTokenConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_header ⇒ ::String
Returns the value of attribute authorization_header.
-
#token_name ⇒ ::String
Returns the value of attribute token_name.
-
#token_value ⇒ ::String
Returns the value of attribute token_value.
Instance Attribute Details
#authorization_header ⇒ ::String
Returns the value of attribute authorization_header.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def @authorization_header end |
#token_name ⇒ ::String
Returns the value of attribute token_name.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def token_name @token_name end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def token_value @token_value end |