KeySchemaElement

public struct KeySchemaElement : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of a partition key.

    Declaration

    Swift

    public let name: String
  • The type of a partition key.

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, type: String)