Class: Aws::Types::Replay

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#event_end_time::Time

Returns the value of attribute event_end_time.



1074
1075
1076
# File 'sig/types.rbs', line 1074

def event_end_time
  @event_end_time
end

#event_last_replayed_time::Time

Returns the value of attribute event_last_replayed_time.



1075
1076
1077
# File 'sig/types.rbs', line 1075

def event_last_replayed_time
  @event_last_replayed_time
end

#event_source_arn::String

Returns the value of attribute event_source_arn.



1070
1071
1072
# File 'sig/types.rbs', line 1070

def event_source_arn
  @event_source_arn
end

#event_start_time::Time

Returns the value of attribute event_start_time.



1073
1074
1075
# File 'sig/types.rbs', line 1073

def event_start_time
  @event_start_time
end

#replay_end_time::Time

Returns the value of attribute replay_end_time.



1077
1078
1079
# File 'sig/types.rbs', line 1077

def replay_end_time
  @replay_end_time
end

#replay_name::String

Returns the value of attribute replay_name.



1069
1070
1071
# File 'sig/types.rbs', line 1069

def replay_name
  @replay_name
end

#replay_start_time::Time

Returns the value of attribute replay_start_time.



1076
1077
1078
# File 'sig/types.rbs', line 1076

def replay_start_time
  @replay_start_time
end

#state"STARTING", ...

Returns the value of attribute state.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def state_reason
  @state_reason
end