Class: Aws::CloudWatchEvents::Types::DescribeReplayRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replay_nameString

The name of the replay to retrieve.

Returns:

  • (String)


1560
1561
1562
1563
1564
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1560

class DescribeReplayRequest < Struct.new(
  :replay_name)
  SENSITIVE = []
  include Aws::Structure
end