You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::RelationalDatabaseParameterWhen passing RelationalDatabaseParameter as input to an Aws::Client method, you can use a vanilla Hash:
{
allowed_values: "string",
apply_method: "string",
apply_type: "string",
data_type: "string",
description: "string",
is_modifiable: false,
parameter_name: "string",
parameter_value: "string",
}
Describes the parameters of a database.
Instance Attribute Summary collapseSpecifies the valid range of values for the parameter.
Indicates when parameter updates are applied.
Specifies the engine-specific parameter type.
Specifies the valid data type for the parameter.
Provides a description of the parameter.
A Boolean value indicating whether the parameter can be modified.
Specifies the name of the parameter.
Specifies the value of the parameter.
Specifies the valid range of values for the parameter.
#apply_method ⇒ StringIndicates when parameter updates are applied.
Can be immediate
or pending-reboot
.
Specifies the engine-specific parameter type.
#data_type ⇒ StringSpecifies the valid data type for the parameter.
#description ⇒ StringProvides a description of the parameter.
#is_modifiable ⇒ BooleanA Boolean value indicating whether the parameter can be modified.
#parameter_name ⇒ StringSpecifies the name of the parameter.
#parameter_value ⇒ StringSpecifies the value of the parameter.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4