ListOnPremisesInstancesOutput
public struct ListOnPremisesInstancesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of matching on-premises instance names.
Declaration
Swift
public let instanceNames: [String]?
-
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(instanceNames: [String]? = nil, nextToken: String? = nil)