Class: Aws::Types::StartReplayRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartReplayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination ⇒ Types::ReplayDestination
Returns the value of attribute destination.
-
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
-
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
-
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
-
#replay_name ⇒ ::String
Returns the value of attribute replay_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
980 981 982 |
# File 'sig/types.rbs', line 980 def description @description end |
#destination ⇒ Types::ReplayDestination
Returns the value of attribute destination.
984 985 986 |
# File 'sig/types.rbs', line 984 def destination @destination end |
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
983 984 985 |
# File 'sig/types.rbs', line 983 def event_end_time @event_end_time end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
981 982 983 |
# File 'sig/types.rbs', line 981 def event_source_arn @event_source_arn end |
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
982 983 984 |
# File 'sig/types.rbs', line 982 def event_start_time @event_start_time end |
#replay_name ⇒ ::String
Returns the value of attribute replay_name.
979 980 981 |
# File 'sig/types.rbs', line 979 def replay_name @replay_name end |