DescribeReservedDBInstancesMessage
public struct DescribeReservedDBInstancesMessage : AWSShape
extension RDS.DescribeReservedDBInstancesMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.
Declaration
Swift
public let dBInstanceClass: String?
-
The 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]?
-
The lease identifier filter value. Specify this parameter to show only the reservation that matches the specified lease ID. AWS Support might request the lease ID for an issue related to a reserved DB instance.
Declaration
Swift
public let leaseId: String?
-
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?
-
The product description filter value. Specify this parameter to show only those reservations matching the specified product description.
Declaration
Swift
public let productDescription: String?
-
The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.
Declaration
Swift
public let reservedDBInstanceId: String?
-
The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.
Declaration
Swift
public let reservedDBInstancesOfferingId: String?
-
init(dBInstanceClass:duration:filters:leaseId:marker:maxRecords:multiAZ:offeringType:productDescription:reservedDBInstanceId:reservedDBInstancesOfferingId:)
Undocumented
Declaration
Swift
public init(dBInstanceClass: String? = nil, duration: String? = nil, filters: [Filter]? = nil, leaseId: String? = nil, marker: String? = nil, maxRecords: Int? = nil, multiAZ: Bool? = nil, offeringType: String? = nil, productDescription: String? = nil, reservedDBInstanceId: String? = nil, reservedDBInstancesOfferingId: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> RDS.DescribeReservedDBInstancesMessage