DescribeThingTypeResponse
public struct DescribeThingTypeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The thing type ARN.
Declaration
Swift
public let thingTypeArn: String?
-
The thing type ID.
Declaration
Swift
public let thingTypeId: String?
-
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
Declaration
Swift
public let thingTypeMetadata: ThingTypeMetadata?
-
The name of the thing type.
Declaration
Swift
public let thingTypeName: String?
-
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
Declaration
Swift
public let thingTypeProperties: ThingTypeProperties?
-
Undocumented
Declaration
Swift
public init(thingTypeArn: String? = nil, thingTypeId: String? = nil, thingTypeMetadata: ThingTypeMetadata? = nil, thingTypeName: String? = nil, thingTypeProperties: ThingTypeProperties? = nil)