Class: Aws::EventBridge::Types::UpdateConnectionApiKeyAuthRequestParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateConnectionApiKeyAuthRequestParameters
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Note:
When making an API call, you may pass UpdateConnectionApiKeyAuthRequestParameters data as a hash:
{
api_key_name: "AuthHeaderParameters",
api_key_value: "AuthHeaderParameters",
}
Contains the API key authorization parameters to use to update the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key_name ⇒ String
The name of the API key to use for authorization.
-
#api_key_value ⇒ String
The value associated with teh API key to use for authorization.
Instance Attribute Details
#api_key_name ⇒ String
The name of the API key to use for authorization.
5995 5996 5997 5998 5999 6000 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5995 class UpdateConnectionApiKeyAuthRequestParameters < Struct.new( :api_key_name, :api_key_value) SENSITIVE = [] include Aws::Structure end |
#api_key_value ⇒ String
The value associated with teh API key to use for authorization.
5995 5996 5997 5998 5999 6000 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5995 class UpdateConnectionApiKeyAuthRequestParameters < Struct.new( :api_key_name, :api_key_value) SENSITIVE = [] include Aws::Structure end |