SpotPrice
public struct SpotPrice : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Availability Zone.
Declaration
Swift
public let availabilityZone: String? -
The instance type.
Declaration
Swift
public let instanceType: InstanceType? -
A general description of the AMI.
Declaration
Swift
public let productDescription: RIProductDescription? -
The maximum price per hour that you are willing to pay for a Spot Instance.
Declaration
Swift
public let spotPrice: String? -
The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Declaration
Swift
public let timestamp: TimeStamp? -
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, instanceType: InstanceType? = nil, productDescription: RIProductDescription? = nil, spotPrice: String? = nil, timestamp: TimeStamp? = nil)
View on GitHub
SpotPrice Structure Reference