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.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def description @description end |
#destination ⇒ Types::ReplayDestination
Returns the value of attribute destination.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def destination @destination end |
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def event_end_time @event_end_time end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def event_source_arn @event_source_arn end |
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def event_start_time @event_start_time end |
#replay_name ⇒ ::String
Returns the value of attribute replay_name.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def replay_name @replay_name end |