PolicyTypeDescription
public struct PolicyTypeDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the policy type.
Declaration
Swift
public let description: String?
-
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
Declaration
Swift
public let policyAttributeTypeDescriptions: [PolicyAttributeTypeDescription]?
-
The name of the policy type.
Declaration
Swift
public let policyTypeName: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, policyAttributeTypeDescriptions: [PolicyAttributeTypeDescription]? = nil, policyTypeName: String? = nil)