Class: Aws::EventBridge::Types::UpdateApiDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The ARN of the connection to use for the API destination.

Returns:

  • (String)


4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4719

class UpdateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The name of the API destination to update.

Returns:

  • (String)


4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4719

class UpdateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#http_methodString

The method to use for the API destination.

Returns:

  • (String)


4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4719

class UpdateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_endpointString

The URL to the endpoint to use for the API destination.

Returns:

  • (String)


4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4719

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_secondInteger

The maximum number of invocations per second to send to the API destination.

Returns:

  • (Integer)


4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4719

class UpdateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the API destination to update.

Returns:

  • (String)


4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4719

class UpdateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end