GetInstanceAccessInput
public struct GetInstanceAccessInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for a fleet that contains the instance you want access to. You can use either the fleet ID or ARN value. The fleet can be in any of the following statuses: ACTIVATING, ACTIVE, or ERROR. Fleets with an ERROR status may be accessible for a short time before they are deleted.
Declaration
Swift
public let fleetId: String
-
A unique identifier for an instance you want to get access to. You can access an instance in any status.
Declaration
Swift
public let instanceId: String
-
Undocumented
Declaration
Swift
public init(fleetId: String, instanceId: String)
-
Declaration
Swift
public func validate(name: String) throws