EC2InstanceDetails
public struct EC2InstanceDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone of the recommended reservation.
Declaration
Swift
public let availabilityZone: String?
-
Whether the recommendation is for a current-generation instance.
Declaration
Swift
public let currentGeneration: Bool?
-
The instance family of the recommended reservation.
Declaration
Swift
public let family: String?
-
The type of instance that AWS recommends.
Declaration
Swift
public let instanceType: String?
-
The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.
Declaration
Swift
public let platform: String?
-
The AWS Region of the recommended reservation.
Declaration
Swift
public let region: String?
-
Whether the recommended reservation is size flexible.
Declaration
Swift
public let sizeFlexEligible: Bool?
-
Whether the recommended reservation is dedicated or shared.
Declaration
Swift
public let tenancy: String?
-
init(availabilityZone:currentGeneration:family:instanceType:platform:region:sizeFlexEligible:tenancy:)
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, currentGeneration: Bool? = nil, family: String? = nil, instanceType: String? = nil, platform: String? = nil, region: String? = nil, sizeFlexEligible: Bool? = nil, tenancy: String? = nil)