InstanceTypeOffering
public struct InstanceTypeOffering : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The instance type. For more information, see Instance Types in the Amazon Elastic Compute Cloud User Guide.
Declaration
Swift
public let instanceType: InstanceType? -
The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)
Declaration
Swift
public let location: String? -
The location type.
Declaration
Swift
public let locationType: LocationType? -
Undocumented
Declaration
Swift
public init(instanceType: InstanceType? = nil, location: String? = nil, locationType: LocationType? = nil)
View on GitHub
InstanceTypeOffering Structure Reference