UpdatePolicyResponse
public struct UpdatePolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A structure that contains details about the updated policy, showing the requested changes.
Declaration
Swift
public let policy: Policy?
-
Undocumented
Declaration
Swift
public init(policy: Policy? = nil)