DescribeLoadBalancerPolicyTypesInput

public struct DescribeLoadBalancerPolicyTypesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

    Declaration

    Swift

    public let policyTypeNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(policyTypeNames: [String]? = nil)