DescribeReservedDBInstancesOfferingsMessage
public struct DescribeReservedDBInstancesOfferingsMessage : AWSShape
extension RDS.DescribeReservedDBInstancesOfferingsMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
Declaration
Swift
public let dBInstanceClass: String?
-
Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration. Valid Values: 1 | 3 | 31536000 | 94608000
Declaration
Swift
public let duration: String?
-
This parameter isn’t currently supported.
Declaration
Swift
public let filters: [Filter]?
-
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Declaration
Swift
public let marker: String?
-
The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results. Default: 100 Constraints: Minimum 20, maximum 100.
Declaration
Swift
public let maxRecords: Int?
-
A value that indicates whether to show only those reservations that support Multi-AZ.
Declaration
Swift
public let multiAZ: Bool?
-
The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type. Valid Values: “Partial Upfront” | “All Upfront” | “No Upfront”
Declaration
Swift
public let offeringType: String?
-
Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description. The results show offerings that partially match the filter value.
Declaration
Swift
public let productDescription: String?
-
The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
Declaration
Swift
public let reservedDBInstancesOfferingId: String?
-
init(dBInstanceClass:duration:filters:marker:maxRecords:multiAZ:offeringType:productDescription:reservedDBInstancesOfferingId:)
Undocumented
Declaration
Swift
public init(dBInstanceClass: String? = nil, duration: String? = nil, filters: [Filter]? = nil, marker: String? = nil, maxRecords: Int? = nil, multiAZ: Bool? = nil, offeringType: String? = nil, productDescription: String? = nil, reservedDBInstancesOfferingId: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> RDS.DescribeReservedDBInstancesOfferingsMessage