NAME
Paws::CloudWatchEvents::DescribeReplay - Arguments for method DescribeReplay on Paws::CloudWatchEvents
DESCRIPTION
This class represents the parameters used for calling the method DescribeReplay on the Amazon EventBridge service. Use the attributes of this class as arguments to method DescribeReplay.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeReplay.
SYNOPSIS
my $events = Paws->service('CloudWatchEvents');
my $DescribeReplayResponse = $events->DescribeReplay(
ReplayName => 'MyReplayName',
);
# Results:
my $Description = $DescribeReplayResponse->Description;
my $Destination = $DescribeReplayResponse->Destination;
my $EventEndTime = $DescribeReplayResponse->EventEndTime;
my $EventLastReplayedTime = $DescribeReplayResponse->EventLastReplayedTime;
my $EventSourceArn = $DescribeReplayResponse->EventSourceArn;
my $EventStartTime = $DescribeReplayResponse->EventStartTime;
my $ReplayArn = $DescribeReplayResponse->ReplayArn;
my $ReplayEndTime = $DescribeReplayResponse->ReplayEndTime;
my $ReplayName = $DescribeReplayResponse->ReplayName;
my $ReplayStartTime = $DescribeReplayResponse->ReplayStartTime;
my $State = $DescribeReplayResponse->State;
my $StateReason = $DescribeReplayResponse->StateReason;
# Returns a L<Paws::CloudWatchEvents::DescribeReplayResponse> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/events/DescribeReplay
ATTRIBUTES
REQUIRED ReplayName => Str
The name of the replay to retrieve.
SEE ALSO
This class forms part of Paws, documenting arguments for method DescribeReplay in Paws::CloudWatchEvents
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues