PutPolicyResponse
public struct PutPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of the AWS Firewall Manager policy.
Declaration
Swift
public let policy: Policy?
-
The Amazon Resource Name (ARN) of the policy.
Declaration
Swift
public let policyArn: String?
-
Undocumented
Declaration
Swift
public init(policy: Policy? = nil, policyArn: String? = nil)