ReservedInstancesModificationResult
public struct ReservedInstancesModificationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
Declaration
Swift
public let reservedInstancesId: String?
-
The target Reserved Instances configurations supplied as part of the modification request.
Declaration
Swift
public let targetConfiguration: ReservedInstancesConfiguration?
-
Undocumented
Declaration
Swift
public init(reservedInstancesId: String? = nil, targetConfiguration: ReservedInstancesConfiguration? = nil)