GetBuiltinSlotTypesResponse

public struct GetBuiltinSlotTypesResponse : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.

    Declaration

    Swift

    public let slotTypes: [BuiltinSlotTypeMetadata]?
  • Undocumented

    Declaration

    Swift

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