GetDeviceDefinitionVersionResponse
public struct GetDeviceDefinitionVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the device definition version.
Declaration
Swift
public let arn: String? -
The time, in milliseconds since the epoch, when the device definition version was created.
Declaration
Swift
public let creationTimestamp: String? -
Information about the device definition version.
Declaration
Swift
public let definition: DeviceDefinitionVersion? -
The ID of the device definition version.
Declaration
Swift
public let id: String? -
The token for the next set of results, or “null” if there are no additional results.
Declaration
Swift
public let nextToken: String? -
The version of the device definition version.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationTimestamp: String? = nil, definition: DeviceDefinitionVersion? = nil, id: String? = nil, nextToken: String? = nil, version: String? = nil)
View on GitHub
GetDeviceDefinitionVersionResponse Structure Reference