class Aws::DocDB::Types::Parameter
Detailed information about an individual parameter.
@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 }
@!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]
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/Parameter AWS API Documentation
Constants
- SENSITIVE