ThingTypeDefinition
public struct ThingTypeDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The thing type ARN.
Declaration
Swift
public let thingTypeArn: 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 for the thing type.
Declaration
Swift
public let thingTypeProperties: ThingTypeProperties? -
Undocumented
Declaration
Swift
public init(thingTypeArn: String? = nil, thingTypeMetadata: ThingTypeMetadata? = nil, thingTypeName: String? = nil, thingTypeProperties: ThingTypeProperties? = nil)
View on GitHub
ThingTypeDefinition Structure Reference