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