CreateHITResponse

public struct CreateHITResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • hit

    Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.

    Declaration

    Swift

    public let hit: HIT?
  • Undocumented

    Declaration

    Swift

    public init(hit: HIT? = nil)