InstanceNetworking
public struct InstanceNetworking : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The amount of data in GB allocated for monthly data transfers.
Declaration
Swift
public let monthlyTransfer: MonthlyTransfer? -
An array of key-value pairs containing information about the ports on the instance.
Declaration
Swift
public let ports: [InstancePortInfo]? -
Undocumented
Declaration
Swift
public init(monthlyTransfer: MonthlyTransfer? = nil, ports: [InstancePortInfo]? = nil)
View on GitHub
InstanceNetworking Structure Reference