PutAttributesRequest
public struct PutAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of attributes.
Declaration
Swift
public let attributes: [ReplaceableAttribute]
-
The name of the domain in which to perform the operation.
Declaration
Swift
public let domainName: String
-
The update condition which, if specified, determines whether the specified attributes will be updated or not. The update condition must be satisfied in order for this request to be processed and the attributes to be updated.
Declaration
Swift
public let expected: UpdateCondition?
-
The name of the item.
Declaration
Swift
public let itemName: String
-
Undocumented
Declaration
Swift
public init(attributes: [ReplaceableAttribute], domainName: String, expected: UpdateCondition? = nil, itemName: String)