CreateThingTypeRequest
public struct CreateThingTypeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Metadata which can be used to manage the thing type.
Declaration
Swift
public let tags: [Tag]?
-
The name of the thing type.
Declaration
Swift
public let thingTypeName: String
-
The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
Declaration
Swift
public let thingTypeProperties: ThingTypeProperties?
-
Undocumented
Declaration
Swift
public init(tags: [Tag]? = nil, thingTypeName: String, thingTypeProperties: ThingTypeProperties? = nil)
-
Declaration
Swift
public func validate(name: String) throws