NAME

Paws::Shield::ListAttacks - Arguments for method ListAttacks on Paws::Shield

DESCRIPTION

This class represents the parameters used for calling the method ListAttacks on the AWS Shield service. Use the attributes of this class as arguments to method ListAttacks.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ListAttacks.

As an example:

$service_obj->ListAttacks(Att1 => $value1, Att2 => $value2, ...);

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.

ATTRIBUTES

EndTime => Paws::Shield::TimeRange

The end of the time period for the attacks.

MaxResults => Int

The maximum number of AttackSummary objects to be returned. If this is left blank, the first 20 results will be returned.

NextToken => Str

The ListAttacksRequest.NextMarker value from a previous call to ListAttacksRequest. Pass null if this is the first call.

ResourceArns => ArrayRef[Str|Undef]

The ARN (Amazon Resource Name) of the resource that was attacked. If this is left blank, all applicable resources for this account will be included.

StartTime => Paws::Shield::TimeRange

The time period for the attacks.

SEE ALSO

This class forms part of Paws, documenting arguments for method ListAttacks in Paws::Shield

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