Class: Aws::Types::UpdateConnectionApiKeyAuthRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionApiKeyAuthRequestParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_name ⇒ ::String
Returns the value of attribute api_key_name.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def api_key_name @api_key_name end |
#api_key_value ⇒ ::String
Returns the value of attribute api_key_value.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def api_key_value @api_key_value end |