Class: Aws::Lightsail::Types::RelationalDatabaseParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RelationalDatabaseParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes the parameters of a database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_values ⇒ String
Specifies the valid range of values for the parameter.
-
#apply_method ⇒ String
Indicates when parameter updates are applied.
-
#apply_type ⇒ String
Specifies the engine-specific parameter type.
-
#data_type ⇒ String
Specifies the valid data type for the parameter.
-
#description ⇒ String
Provides a description of the parameter.
-
#is_modifiable ⇒ Boolean
A Boolean value indicating whether the parameter can be modified.
-
#parameter_name ⇒ String
Specifies the name of the parameter.
-
#parameter_value ⇒ String
Specifies the value of the parameter.
Instance Attribute Details
#allowed_values ⇒ String
Specifies the valid range of values for the parameter.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#apply_method ⇒ String
Indicates when parameter updates are applied.
Can be ‘immediate` or `pending-reboot`.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#apply_type ⇒ String
Specifies the engine-specific parameter type.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ String
Specifies the valid data type for the parameter.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Provides a description of the parameter.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#is_modifiable ⇒ Boolean
A Boolean value indicating whether the parameter can be modified.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
Specifies the name of the parameter.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_value ⇒ String
Specifies the value of the parameter.
13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13220 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |