GetBuiltinSlotTypesResponse
public struct GetBuiltinSlotTypesResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift public let nextToken: String?
- 
                  
                  An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned. DeclarationSwift public let slotTypes: [BuiltinSlotTypeMetadata]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, slotTypes: [BuiltinSlotTypeMetadata]? = nil)
 View on GitHub
View on GitHub GetBuiltinSlotTypesResponse Structure Reference
        GetBuiltinSlotTypesResponse Structure Reference