PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::CloudWatchEvents::DescribeReplayResponse; use Moose; has Description => (is => 'ro', isa => 'Str'); has Destination => (is => 'ro', isa => 'Paws::CloudWatchEvents::ReplayDestination'); has EventEndTime => (is => 'ro', isa => 'Str'); has EventLastReplayedTime => (is => 'ro', isa => 'Str'); has EventSourceArn => (is => 'ro', isa => 'Str'); has EventStartTime => (is => 'ro', isa => 'Str'); has ReplayArn => (is => 'ro', isa => 'Str'); has ReplayEndTime => (is => 'ro', isa => 'Str'); has ReplayName => (is => 'ro', isa => 'Str'); has ReplayStartTime => (is => 'ro', isa => 'Str'); has State => (is => 'ro', isa => 'Str'); has StateReason => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CloudWatchEvents::DescribeReplayResponse =head1 ATTRIBUTES =head2 Description => Str The description of the replay. =head2 Destination => L A C object that contains details about the replay. =head2 EventEndTime => Str The time stamp for the last event that was replayed from the archive. =head2 EventLastReplayedTime => Str The time that the event was last replayed. =head2 EventSourceArn => Str The ARN of the archive events were replayed from. =head2 EventStartTime => Str The time stamp of the first event that was last replayed from the archive. =head2 ReplayArn => Str The ARN of the replay. =head2 ReplayEndTime => Str A time stamp for the time that the replay stopped. =head2 ReplayName => Str The name of the replay. =head2 ReplayStartTime => Str A time stamp for the time that the replay started. =head2 State => Str The current state of the replay. Valid values are: C<"STARTING">, C<"RUNNING">, C<"CANCELLING">, C<"COMPLETED">, C<"CANCELLED">, C<"FAILED"> =head2 StateReason => Str The reason that the replay is in the current state. =head2 _request_id => Str =cut 1;