class Aws::DocDB::Types::Parameter
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/Parameter AWS API Documentation
@return [String]
Indicates when to apply parameter updates.
@!attribute [rw] apply_method
@return [String]
The earliest engine version to which the parameter can apply.
@!attribute [rw] minimum_engine_version
@return [Boolean]
that prevent them from being changed.
modified. Some parameters have security or operational implications
Indicates whether (‘true`) or not (`false`) the parameter can be
@!attribute [rw] is_modifiable
@return [String]
Specifies the valid range of values for the parameter.
@!attribute [rw] allowed_values
@return [String]
Specifies the valid data type for the parameter.
@!attribute [rw] data_type
@return [String]
Specifies the engine-specific parameters type.
@!attribute [rw] apply_type
@return [String]
Indicates the source of the parameter value.
@!attribute [rw] source
@return [String]
Provides a description of the parameter.
@!attribute [rw] description
@return [String]
Specifies the value of the parameter.
@!attribute [rw] parameter_value
@return [String]
Specifies the name of the parameter.
@!attribute [rw] parameter_name
}
apply_method: “immediate”, # accepts immediate, pending-reboot
minimum_engine_version: “String”,
is_modifiable: false,
allowed_values: “String”,
data_type: “String”,
apply_type: “String”,
source: “String”,
description: “String”,
parameter_value: “String”,
parameter_name: “String”,
{
data as a hash:
@note When making an API call, you may pass Parameter
Detailed information about an individual parameter.