ListSmartHomeAppliancesResponse
public struct ListSmartHomeAppliancesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The tokens used for pagination.
Declaration
Swift
public let nextToken: String? -
The smart home appliances.
Declaration
Swift
public let smartHomeAppliances: [SmartHomeAppliance]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, smartHomeAppliances: [SmartHomeAppliance]? = nil)
View on GitHub
ListSmartHomeAppliancesResponse Structure Reference