GetInstanceRequest
public struct GetInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the instance that you want to get information about.
Declaration
Swift
public let instanceId: String
-
The ID of the service that the instance is associated with.
Declaration
Swift
public let serviceId: String
-
Undocumented
Declaration
Swift
public init(instanceId: String, serviceId: String)
-
Declaration
Swift
public func validate(name: String) throws