ListTrafficPoliciesResponse

public struct ListTrafficPoliciesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let isTruncated: Bool
  • The value that you specified for the MaxItems parameter in the ListTrafficPolicies request that produced the current response.

    Declaration

    Swift

    public let maxItems: 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.

    Declaration

    Swift

    public let trafficPolicyIdMarker: String
  • A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current AWS account.

    Declaration

    Swift

    public let trafficPolicySummaries: [TrafficPolicySummary]
  • Undocumented

    Declaration

    Swift

    public init(isTruncated: Bool, maxItems: String, trafficPolicyIdMarker: String, trafficPolicySummaries: [TrafficPolicySummary])