GetSlotTypesResponse

public struct GetSlotTypesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.

    Declaration

    Swift

    public let nextToken: String?
  • An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.

    Declaration

    Swift

    public let slotTypes: [SlotTypeMetadata]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, slotTypes: [SlotTypeMetadata]? = nil)