PolicyDescription
public struct PolicyDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The policy attributes.
Declaration
Swift
public let policyAttributeDescriptions: [PolicyAttributeDescription]?
-
The name of the policy.
Declaration
Swift
public let policyName: String?
-
The name of the policy type.
Declaration
Swift
public let policyTypeName: String?
-
Undocumented
Declaration
Swift
public init(policyAttributeDescriptions: [PolicyAttributeDescription]? = nil, policyName: String? = nil, policyTypeName: String? = nil)