Class: Aws::EventBridge::Types::ReplayDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ReplayDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
A ‘ReplayDestination` object that contains details about a replay.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the event bus to replay event to.
-
#filter_arns ⇒ Array<String>
A list of ARNs for rules to replay events to.
Instance Attribute Details
#arn ⇒ String
The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.
4560 4561 4562 4563 4564 4565 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4560 class ReplayDestination < Struct.new( :arn, :filter_arns) SENSITIVE = [] include Aws::Structure end |
#filter_arns ⇒ Array<String>
A list of ARNs for rules to replay events to.
4560 4561 4562 4563 4564 4565 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4560 class ReplayDestination < Struct.new( :arn, :filter_arns) SENSITIVE = [] include Aws::Structure end |