BatchGetOnPremisesInstancesInput
public struct BatchGetOnPremisesInstancesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
Declaration
Swift
public let instanceNames: [String] -
Undocumented
Declaration
Swift
public init(instanceNames: [String])
View on GitHub
BatchGetOnPremisesInstancesInput Structure Reference