InstanceAccess
public struct InstanceAccess : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Credentials required to access the instance.
Declaration
Swift
public let credentials: InstanceCredentials?
-
A unique identifier for a fleet containing the instance being accessed.
Declaration
Swift
public let fleetId: String?
-
A unique identifier for an instance being accessed.
Declaration
Swift
public let instanceId: String?
-
IP address that is assigned to the instance.
Declaration
Swift
public let ipAddress: String?
-
Operating system that is running on the instance.
Declaration
Swift
public let operatingSystem: OperatingSystem?
-
Undocumented
Declaration
Swift
public init(credentials: InstanceCredentials? = nil, fleetId: String? = nil, instanceId: String? = nil, ipAddress: String? = nil, operatingSystem: OperatingSystem? = nil)