Class: Aws::Types::Replay
- Inherits:
-
Object
- Object
- Aws::Types::Replay
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
-
#event_last_replayed_time ⇒ ::Time
Returns the value of attribute event_last_replayed_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_end_time ⇒ ::Time
Returns the value of attribute replay_end_time.
-
#replay_name ⇒ ::String
Returns the value of attribute replay_name.
-
#replay_start_time ⇒ ::Time
Returns the value of attribute replay_start_time.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
913 914 915 |
# File 'sig/types.rbs', line 913 def event_end_time @event_end_time end |
#event_last_replayed_time ⇒ ::Time
Returns the value of attribute event_last_replayed_time.
914 915 916 |
# File 'sig/types.rbs', line 914 def event_last_replayed_time @event_last_replayed_time end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
909 910 911 |
# File 'sig/types.rbs', line 909 def event_source_arn @event_source_arn end |
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
912 913 914 |
# File 'sig/types.rbs', line 912 def event_start_time @event_start_time end |
#replay_end_time ⇒ ::Time
Returns the value of attribute replay_end_time.
916 917 918 |
# File 'sig/types.rbs', line 916 def replay_end_time @replay_end_time end |
#replay_name ⇒ ::String
Returns the value of attribute replay_name.
908 909 910 |
# File 'sig/types.rbs', line 908 def replay_name @replay_name end |
#replay_start_time ⇒ ::Time
Returns the value of attribute replay_start_time.
915 916 917 |
# File 'sig/types.rbs', line 915 def replay_start_time @replay_start_time end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
910 911 912 |
# File 'sig/types.rbs', line 910 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
911 912 913 |
# File 'sig/types.rbs', line 911 def state_reason @state_reason end |