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