EC2ResourceDetails
public struct EC2ResourceDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Hourly public On Demand rate for the instance type.
Declaration
Swift
public let hourlyOnDemandRate: String?
-
The type of Amazon Web Services instance.
Declaration
Swift
public let instanceType: String?
-
Memory capacity of Amazon Web Services instance.
Declaration
Swift
public let memory: String?
-
Network performance capacity of the Amazon Web Services instance.
Declaration
Swift
public let networkPerformance: String?
-
The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.
Declaration
Swift
public let platform: String?
-
The Amazon Web Services Region of the instance.
Declaration
Swift
public let region: String?
-
The SKU of the product.
Declaration
Swift
public let sku: String?
-
The disk storage of the Amazon Web Services instance (Not EBS storage).
Declaration
Swift
public let storage: String?
-
Number of VCPU cores in the Amazon Web Services instance type.
Declaration
Swift
public let vcpu: String?
-
Undocumented
Declaration
Swift
public init(hourlyOnDemandRate: String? = nil, instanceType: String? = nil, memory: String? = nil, networkPerformance: String? = nil, platform: String? = nil, region: String? = nil, sku: String? = nil, storage: String? = nil, vcpu: String? = nil)