Class: Aws::Types::DescribeReplayResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



554
555
556
# File 'sig/types.rbs', line 554

def description
  @description
end

#destinationTypes::ReplayDestination

Returns the value of attribute destination.



558
559
560
# File 'sig/types.rbs', line 558

def destination
  @destination
end

#event_end_time::Time

Returns the value of attribute event_end_time.



560
561
562
# File 'sig/types.rbs', line 560

def event_end_time
  @event_end_time
end

#event_last_replayed_time::Time

Returns the value of attribute event_last_replayed_time.



561
562
563
# File 'sig/types.rbs', line 561

def event_last_replayed_time
  @event_last_replayed_time
end

#event_source_arn::String

Returns the value of attribute event_source_arn.



557
558
559
# File 'sig/types.rbs', line 557

def event_source_arn
  @event_source_arn
end

#event_start_time::Time

Returns the value of attribute event_start_time.



559
560
561
# File 'sig/types.rbs', line 559

def event_start_time
  @event_start_time
end

#replay_arn::String

Returns the value of attribute replay_arn.



553
554
555
# File 'sig/types.rbs', line 553

def replay_arn
  @replay_arn
end

#replay_end_time::Time

Returns the value of attribute replay_end_time.



563
564
565
# File 'sig/types.rbs', line 563

def replay_end_time
  @replay_end_time
end

#replay_name::String

Returns the value of attribute replay_name.



552
553
554
# File 'sig/types.rbs', line 552

def replay_name
  @replay_name
end

#replay_start_time::Time

Returns the value of attribute replay_start_time.



562
563
564
# File 'sig/types.rbs', line 562

def replay_start_time
  @replay_start_time
end

#state"STARTING", ...

Returns the value of attribute state.



555
556
557
# File 'sig/types.rbs', line 555

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.



556
557
558
# File 'sig/types.rbs', line 556

def state_reason
  @state_reason
end