ReservedInstancesConfiguration
public struct ReservedInstancesConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone for the modified Reserved Instances.
Declaration
Swift
public let availabilityZone: String?
-
The number of modified Reserved Instances. This is a required field for a request.
Declaration
Swift
public let instanceCount: Int?
-
The instance type for the modified Reserved Instances.
Declaration
Swift
public let instanceType: InstanceType?
-
The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.
Declaration
Swift
public let platform: String?
-
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
Declaration
Swift
public let scope: Scope?
-
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, instanceCount: Int? = nil, instanceType: InstanceType? = nil, platform: String? = nil, scope: Scope? = nil)