ThingTypeProperties
public struct ThingTypeProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of searchable thing attribute names.
Declaration
Swift
public let searchableAttributes: [String]? -
The description of the thing type.
Declaration
Swift
public let thingTypeDescription: String? -
Undocumented
Declaration
Swift
public init(searchableAttributes: [String]? = nil, thingTypeDescription: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ThingTypeProperties Structure Reference