AvailableProcessorFeature

public struct AvailableProcessorFeature : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The allowed values for the processor feature of the DB instance class.

    Declaration

    Swift

    public let allowedValues: String?
  • The default value for the processor feature of the DB instance class.

    Declaration

    Swift

    public let defaultValue: String?
  • The name of the processor feature. Valid names are coreCount and threadsPerCore.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(allowedValues: String? = nil, defaultValue: String? = nil, name: String? = nil)