class Aws::RDS::Types::Parameter

This data type is used as a request parameter in the `ModifyDBParameterGroup` and `ResetDBParameterGroup` actions.

This data type is used as a response element in the `DescribeEngineDefaultParameters` and `DescribeDBParameters` actions.

@note When making an API call, you may pass Parameter

data as a hash:

    {
      parameter_name: "String",
      parameter_value: "String",
      description: "String",
      source: "String",
      apply_type: "String",
      data_type: "String",
      allowed_values: "String",
      is_modifiable: false,
      minimum_engine_version: "String",
      apply_method: "immediate", # accepts immediate, pending-reboot
      supported_engine_modes: ["String"],
    }

@!attribute [rw] parameter_name

Specifies the name of the parameter.
@return [String]

@!attribute [rw] parameter_value

Specifies the value of the parameter.
@return [String]

@!attribute [rw] description

Provides a description of the parameter.
@return [String]

@!attribute [rw] source

Indicates the source of the parameter value.
@return [String]

@!attribute [rw] apply_type

Specifies the engine specific parameters type.
@return [String]

@!attribute [rw] data_type

Specifies the valid data type for the parameter.
@return [String]

@!attribute [rw] allowed_values

Specifies the valid range of values for the parameter.
@return [String]

@!attribute [rw] is_modifiable

Indicates whether (`true`) or not (`false`) the parameter can be
modified. Some parameters have security or operational implications
that prevent them from being changed.
@return [Boolean]

@!attribute [rw] minimum_engine_version

The earliest engine version to which the parameter can apply.
@return [String]

@!attribute [rw] apply_method

Indicates when to apply parameter updates.
@return [String]

@!attribute [rw] supported_engine_modes

The valid DB engine modes.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Parameter AWS API Documentation

Constants

SENSITIVE