Get

public struct Get : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • One or more substitution tokens for attribute names in the ProjectionExpression parameter.

    Declaration

    Swift

    public let expressionAttributeNames: [String : String]?
  • key

    A map of attribute names to AttributeValue objects that specifies the primary key of the item to retrieve.

    Declaration

    Swift

    public let key: [String : AttributeValue]
  • A string that identifies one or more attributes of the specified item to retrieve from the table. The attributes in the expression must be separated by commas. If no attribute names are specified, then all attributes of the specified item are returned. If any of the requested attributes are not found, they do not appear in the result.

    Declaration

    Swift

    public let projectionExpression: String?
  • The name of the table from which to retrieve the specified item.

    Declaration

    Swift

    public let tableName: String
  • Undocumented

    Declaration

    Swift

    public init(expressionAttributeNames: [String : String]? = nil, key: [String : AttributeValue], projectionExpression: String? = nil, tableName: String)
  • Declaration

    Swift

    public func validate(name: String) throws