GetSampledRequestsResponse class

Constructors

GetSampledRequestsResponse({int? populationSize, List<SampledHTTPRequest>? sampledRequests, TimeWindow? timeWindow})
GetSampledRequestsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
populationSize int?
The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampledRequests List<SampledHTTPRequest>?
A complex type that contains detailed information about each of the requests in the sample.
final
timeWindow TimeWindow?
Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited