GetHITResponse

public struct GetHITResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • hit

    Contains the requested HIT data.

    Declaration

    Swift

    public let hit: HIT?
  • Undocumented

    Declaration

    Swift

    public init(hit: HIT? = nil)