RDSInstanceDetails

public struct RDSInstanceDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether the recommendation is for a current-generation instance.

    Declaration

    Swift

    public let currentGeneration: Bool?
  • The database edition that the recommended reservation supports.

    Declaration

    Swift

    public let databaseEdition: String?
  • The database engine that the recommended reservation supports.

    Declaration

    Swift

    public let databaseEngine: String?
  • Whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.

    Declaration

    Swift

    public let deploymentOption: String?
  • The instance family of the recommended reservation.

    Declaration

    Swift

    public let family: String?
  • The type of instance that AWS recommends.

    Declaration

    Swift

    public let instanceType: String?
  • The license model that the recommended reservation supports.

    Declaration

    Swift

    public let licenseModel: String?
  • The AWS Region of the recommended reservation.

    Declaration

    Swift

    public let region: String?
  • Whether the recommended reservation is size flexible.

    Declaration

    Swift

    public let sizeFlexEligible: Bool?
  • Undocumented

    Declaration

    Swift

    public init(currentGeneration: Bool? = nil, databaseEdition: String? = nil, databaseEngine: String? = nil, deploymentOption: String? = nil, family: String? = nil, instanceType: String? = nil, licenseModel: String? = nil, region: String? = nil, sizeFlexEligible: Bool? = nil)