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
Contains the API key authorization parameters to use to update 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 associated with the API key to use for authorization. 
Instance Attribute Details
#api_key_name ⇒ String
The name of the API key to use for authorization.
| 5533 5534 5535 5536 5537 5538 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5533 class UpdateConnectionApiKeyAuthRequestParameters < Struct.new( :api_key_name, :api_key_value) SENSITIVE = [:api_key_value] include Aws::Structure end | 
#api_key_value ⇒ String
The value associated with the API key to use for authorization.
| 5533 5534 5535 5536 5537 5538 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5533 class UpdateConnectionApiKeyAuthRequestParameters < Struct.new( :api_key_name, :api_key_value) SENSITIVE = [:api_key_value] include Aws::Structure end |