Class: Aws::EventBridge::Types::UpdateApiDestinationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EventBridge::Types::UpdateApiDestinationRequest
 
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the connection to use for the API destination. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the API destination to update. 
- 
  
    
      #http_method  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The method to use for the API destination. 
- 
  
    
      #invocation_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL to the endpoint to use for the API destination. 
- 
  
    
      #invocation_rate_limit_per_second  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of invocations per second to send to the API destination. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the API destination to update. 
Instance Attribute Details
#connection_arn ⇒ String
The ARN of the connection to use for the API destination.
| 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5400 class UpdateApiDestinationRequest < Struct.new( :name, :description, :connection_arn, :invocation_endpoint, :http_method, :invocation_rate_limit_per_second) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The name of the API destination to update.
| 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5400 class UpdateApiDestinationRequest < Struct.new( :name, :description, :connection_arn, :invocation_endpoint, :http_method, :invocation_rate_limit_per_second) SENSITIVE = [] include Aws::Structure end | 
#http_method ⇒ String
The method to use for the API destination.
| 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5400 class UpdateApiDestinationRequest < Struct.new( :name, :description, :connection_arn, :invocation_endpoint, :http_method, :invocation_rate_limit_per_second) SENSITIVE = [] include Aws::Structure end | 
#invocation_endpoint ⇒ String
The URL to the endpoint to use for the API destination.
| 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5400 class UpdateApiDestinationRequest < Struct.new( :name, :description, :connection_arn, :invocation_endpoint, :http_method, :invocation_rate_limit_per_second) SENSITIVE = [] include Aws::Structure end | 
#invocation_rate_limit_per_second ⇒ Integer
The maximum number of invocations per second to send to the API destination.
| 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5400 class UpdateApiDestinationRequest < Struct.new( :name, :description, :connection_arn, :invocation_endpoint, :http_method, :invocation_rate_limit_per_second) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the API destination to update.
| 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5400 class UpdateApiDestinationRequest < Struct.new( :name, :description, :connection_arn, :invocation_endpoint, :http_method, :invocation_rate_limit_per_second) SENSITIVE = [] include Aws::Structure end |