Class: Aws::EventBridge::Types::PutTargetsRequest

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

#event_bus_nameString

The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3801

class PutTargetsRequest < Struct.new(
  :rule,
  :event_bus_name,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end

#ruleString

The name of the rule.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3801

class PutTargetsRequest < Struct.new(
  :rule,
  :event_bus_name,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end

#targetsArray<Types::Target>

The targets to update or add to the rule.

Returns:



3801
3802
3803
3804
3805
3806
3807
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3801

class PutTargetsRequest < Struct.new(
  :rule,
  :event_bus_name,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end