Class: Aws::CloudWatchEvents::Types::DescribeReplayRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeReplayRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #replay_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the replay to retrieve. 
Instance Attribute Details
#replay_name ⇒ String
The name of the replay to retrieve.
| 1560 1561 1562 1563 1564 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1560 class DescribeReplayRequest < Struct.new( :replay_name) SENSITIVE = [] include Aws::Structure end |