BatchDeleteAttributesRequest
public struct BatchDeleteAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the domain in which the attributes are being deleted.
Declaration
Swift
public let domainName: String -
A list of items on which to perform the operation.
Declaration
Swift
public let items: [DeletableItem] -
Undocumented
Declaration
Swift
public init(domainName: String, items: [DeletableItem])
View on GitHub
BatchDeleteAttributesRequest Structure Reference