ListDeviceDefinitionsResponse
public struct ListDeviceDefinitionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let definitions: [DefinitionInformation]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(definitions: [DefinitionInformation]? = nil, nextToken: String? = nil)
View on GitHub
ListDeviceDefinitionsResponse Structure Reference