GetAttributesRequest

public struct GetAttributesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the attributes.

    Declaration

    Swift

    public let attributeNames: [String]?
  • Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.

    Declaration

    Swift

    public let consistentRead: Bool?
  • The name of the domain in which to perform the operation.

    Declaration

    Swift

    public let domainName: String
  • The name of the item.

    Declaration

    Swift

    public let itemName: String
  • Undocumented

    Declaration

    Swift

    public init(attributeNames: [String]? = nil, consistentRead: Bool? = nil, domainName: String, itemName: String)