ThingTypeMetadata
public struct ThingTypeMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time when the thing type was created.
Declaration
Swift
public let creationDate: TimeStamp? -
Whether the thing type is deprecated. If true, no new things could be associated with this type.
Declaration
Swift
public let deprecated: Bool? -
The date and time when the thing type was deprecated.
Declaration
Swift
public let deprecationDate: TimeStamp?
View on GitHub
ThingTypeMetadata Structure Reference