ListTrafficPoliciesResponse class

A complex type that contains the response information for the request.

Constructors

ListTrafficPoliciesResponse({required bool isTruncated, required String maxItems, required String trafficPolicyIdMarker, required List<TrafficPolicySummary> trafficPolicySummaries})
ListTrafficPoliciesResponse.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isTruncated bool
A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of traffic policies by submitting another ListTrafficPolicies request and specifying the value of TrafficPolicyIdMarker in the TrafficPolicyIdMarker request parameter.
final
maxItems String
The value that you specified for the MaxItems parameter in the ListTrafficPolicies request that produced the current response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trafficPolicyIdMarker String
If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.
final
trafficPolicySummaries List<TrafficPolicySummary>
A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.
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