DescribeOrderableDBInstanceOptionsMessage
public struct DescribeOrderableDBInstanceOptionsMessage : AWSShape
extension RDS.DescribeOrderableDBInstanceOptionsMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group. Omit this parameter to show the available offerings in the specified AWS Region.
Declaration
Swift
public let availabilityZoneGroup: String?
-
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?
-
The name of the engine to retrieve DB instance options for.
Declaration
Swift
public let engine: String
-
The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.
Declaration
Swift
public let engineVersion: String?
-
This parameter isn’t currently supported.
Declaration
Swift
public let filters: [Filter]?
-
The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.
Declaration
Swift
public let licenseModel: String?
-
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions 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 records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that 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 VPC or non-VPC offerings.
Declaration
Swift
public let vpc: Bool?
-
init(availabilityZoneGroup:dBInstanceClass:engine:engineVersion:filters:licenseModel:marker:maxRecords:vpc:)
Undocumented
Declaration
Swift
public init(availabilityZoneGroup: String? = nil, dBInstanceClass: String? = nil, engine: String, engineVersion: String? = nil, filters: [Filter]? = nil, licenseModel: String? = nil, marker: String? = nil, maxRecords: Int? = nil, vpc: Bool? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> RDS.DescribeOrderableDBInstanceOptionsMessage