Class: Aws::CloudWatchEvents::Types::UpdateConnectionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvents::Types::UpdateConnectionRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #auth_parameters  ⇒ Types::UpdateConnectionAuthRequestParameters 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The authorization parameters to use for the connection. 
- 
  
    
      #authorization_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of authorization to use for the connection. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description for the connection. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the connection to update. 
Instance Attribute Details
#auth_parameters ⇒ Types::UpdateConnectionAuthRequestParameters
The authorization parameters to use for the connection.
| 4329 4330 4331 4332 4333 4334 4335 4336 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329 class UpdateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end | 
#authorization_type ⇒ String
The type of authorization to use for the connection.
| 4329 4330 4331 4332 4333 4334 4335 4336 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329 class UpdateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description for the connection.
| 4329 4330 4331 4332 4333 4334 4335 4336 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329 class UpdateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the connection to update.
| 4329 4330 4331 4332 4333 4334 4335 4336 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4329 class UpdateConnectionRequest < Struct.new( :name, :description, :authorization_type, :auth_parameters) SENSITIVE = [] include Aws::Structure end |