PutPermissionPolicyRequest
public struct PutPermissionPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The policy to attach to the specified RuleGroup.
Declaration
Swift
public let policy: String -
The Amazon Resource Name (ARN) of the RuleGroup to which you want to attach the policy.
Declaration
Swift
public let resourceArn: String -
Undocumented
Declaration
Swift
public init(policy: String, resourceArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutPermissionPolicyRequest Structure Reference