PolicyDetail
public struct PolicyDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The policy document.
Declaration
Swift
public let policyDocument: String?
-
The name of the policy.
Declaration
Swift
public let policyName: String?
-
Undocumented
Declaration
Swift
public init(policyDocument: String? = nil, policyName: String? = nil)