Parameter

public struct Parameter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the valid range of values for the parameter.

    Declaration

    Swift

    public let allowedValues: String?
  • Indicates when to apply parameter updates.

    Declaration

    Swift

    public let applyMethod: ApplyMethod?
  • Specifies the engine specific parameters type.

    Declaration

    Swift

    public let applyType: String?
  • Specifies the valid data type for the parameter.

    Declaration

    Swift

    public let dataType: String?
  • Provides a description of the parameter.

    Declaration

    Swift

    public let description: String?
  • Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

    Declaration

    Swift

    public let isModifiable: Bool?
  • The earliest engine version to which the parameter can apply.

    Declaration

    Swift

    public let minimumEngineVersion: String?
  • Specifies the name of the parameter.

    Declaration

    Swift

    public let parameterName: String?
  • Specifies the value of the parameter.

    Declaration

    Swift

    public let parameterValue: String?
  • Indicates the source of the parameter value.

    Declaration

    Swift

    public let source: String?
  • The valid DB engine modes.

    Declaration

    Swift

    public let supportedEngineModes: [String]?
  • Undocumented

    Declaration

    Swift

    public init(allowedValues: String? = nil, applyMethod: ApplyMethod? = nil, applyType: String? = nil, dataType: String? = nil, description: String? = nil, isModifiable: Bool? = nil, minimumEngineVersion: String? = nil, parameterName: String? = nil, parameterValue: String? = nil, source: String? = nil, supportedEngineModes: [String]? = nil)