Class: Aws::Lightsail::Types::RelationalDatabaseParameter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lightsail::Types::RelationalDatabaseParameter
 
 
- 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
- 
  
    
      #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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 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.
      13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13384 class RelationalDatabaseParameter < Struct.new( :allowed_values, :apply_method, :apply_type, :data_type, :description, :is_modifiable, :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end  |