Class: Aws::Types::MCPServerAPIKeyConfig
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerAPIKeyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key_header ⇒ ::String
Returns the value of attribute api_key_header.
-
#api_key_name ⇒ ::String
Returns the value of attribute api_key_name.
-
#api_key_value ⇒ ::String
Returns the value of attribute api_key_value.
Instance Attribute Details
#api_key_header ⇒ ::String
Returns the value of attribute api_key_header.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def api_key_header @api_key_header end |
#api_key_name ⇒ ::String
Returns the value of attribute api_key_name.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def api_key_name @api_key_name end |
#api_key_value ⇒ ::String
Returns the value of attribute api_key_value.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def api_key_value @api_key_value end |