Class: Aws::Types::RemoteAgentAPIKeyConfig
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAgentAPIKeyConfig
- 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.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def api_key_header @api_key_header end |
#api_key_name ⇒ ::String
Returns the value of attribute api_key_name.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def api_key_name @api_key_name end |
#api_key_value ⇒ ::String
Returns the value of attribute api_key_value.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def api_key_value @api_key_value end |