Class: Aws::CloudWatchEvents::Types::CreateConnectionApiKeyAuthRequestParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreateConnectionApiKeyAuthRequestParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Contains the API key authorization parameters for the connection.
Constant Summary collapse
- SENSITIVE =
[:api_key_value]
Instance Attribute Summary collapse
-
#api_key_name ⇒ String
The name of the API key to use for authorization.
-
#api_key_value ⇒ String
The value for the API key to use for authorization.
Instance Attribute Details
#api_key_name ⇒ String
The name of the API key to use for authorization.
752 753 754 755 756 757 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 752 class CreateConnectionApiKeyAuthRequestParameters < Struct.new( :api_key_name, :api_key_value) SENSITIVE = [:api_key_value] include Aws::Structure end |
#api_key_value ⇒ String
The value for the API key to use for authorization.
752 753 754 755 756 757 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 752 class CreateConnectionApiKeyAuthRequestParameters < Struct.new( :api_key_name, :api_key_value) SENSITIVE = [:api_key_value] include Aws::Structure end |