AddPermissionResponse
public struct AddPermissionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The permission statement that’s added to the function policy.
Declaration
Swift
public let statement: String?
-
Undocumented
Declaration
Swift
public init(statement: String? = nil)