Class: Aws::Lightsail::Types::RelationalDatabaseParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes the parameters of a database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

Specifies the valid range of values for the parameter.

Returns:

  • (String)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

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_methodString

Indicates when parameter updates are applied.

Can be immediate or pending-reboot.

Returns:

  • (String)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

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_typeString

Specifies the engine-specific parameter type.

Returns:

  • (String)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

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_typeString

Specifies the valid data type for the parameter.

Returns:

  • (String)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

class RelationalDatabaseParameter < Struct.new(
  :allowed_values,
  :apply_method,
  :apply_type,
  :data_type,
  :description,
  :is_modifiable,
  :parameter_name,
  :parameter_value)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Provides a description of the parameter.

Returns:

  • (String)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

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_modifiableBoolean

A Boolean value indicating whether the parameter can be modified.

Returns:

  • (Boolean)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

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_nameString

Specifies the name of the parameter.

Returns:

  • (String)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

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_valueString

Specifies the value of the parameter.

Returns:

  • (String)


13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13205

class RelationalDatabaseParameter < Struct.new(
  :allowed_values,
  :apply_method,
  :apply_type,
  :data_type,
  :description,
  :is_modifiable,
  :parameter_name,
  :parameter_value)
  SENSITIVE = []
  include Aws::Structure
end