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
ListTrafficPoliciesrequest and specifying the value ofTrafficPolicyIdMarkerin theTrafficPolicyIdMarkerrequest parameter.final - maxItems → String
-
The value that you specified for the
MaxItemsparameter in theListTrafficPoliciesrequest 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
IsTruncatedistrue,TrafficPolicyIdMarkeris the ID of the first traffic policy in the next group ofMaxItemstraffic policies.final -
trafficPolicySummaries
→ List<
TrafficPolicySummary> -
A list that contains one
TrafficPolicySummaryelement 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