TransactGetItem

public struct TransactGetItem : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • get

    Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.

    Declaration

    Swift

    public let get: Get
  • Undocumented

    Declaration

    Swift

    public init(get: Get)
  • Declaration

    Swift

    public func validate(name: String) throws