Class: Aws::Lightsail::Types::RelationalDatabaseBlueprint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lightsail::Types::RelationalDatabaseBlueprint
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes a database image, or blueprint. A blueprint describes the major engine version of a database.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID for the database blueprint. 
- 
  
    
      #engine  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The database software of the database blueprint (for example, ‘MySQL`). 
- 
  
    
      #engine_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the database engine for the database blueprint. 
- 
  
    
      #engine_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The database engine version for the database blueprint (for example, ‘5.7.23`). 
- 
  
    
      #engine_version_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the database engine version for the database blueprint. 
- 
  
    
      #is_engine_default  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A Boolean value indicating whether the engine version is the default for the database blueprint. 
Instance Attribute Details
#blueprint_id ⇒ String
The ID for the database blueprint.
| 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 | # File 'lib/aws-sdk-lightsail/types.rb', line 13044 class RelationalDatabaseBlueprint < Struct.new( :blueprint_id, :engine, :engine_version, :engine_description, :engine_version_description, :is_engine_default) SENSITIVE = [] include Aws::Structure end | 
#engine ⇒ String
The database software of the database blueprint (for example, ‘MySQL`).
| 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 | # File 'lib/aws-sdk-lightsail/types.rb', line 13044 class RelationalDatabaseBlueprint < Struct.new( :blueprint_id, :engine, :engine_version, :engine_description, :engine_version_description, :is_engine_default) SENSITIVE = [] include Aws::Structure end | 
#engine_description ⇒ String
The description of the database engine for the database blueprint.
| 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 | # File 'lib/aws-sdk-lightsail/types.rb', line 13044 class RelationalDatabaseBlueprint < Struct.new( :blueprint_id, :engine, :engine_version, :engine_description, :engine_version_description, :is_engine_default) SENSITIVE = [] include Aws::Structure end | 
#engine_version ⇒ String
The database engine version for the database blueprint (for example, ‘5.7.23`).
| 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 | # File 'lib/aws-sdk-lightsail/types.rb', line 13044 class RelationalDatabaseBlueprint < Struct.new( :blueprint_id, :engine, :engine_version, :engine_description, :engine_version_description, :is_engine_default) SENSITIVE = [] include Aws::Structure end | 
#engine_version_description ⇒ String
The description of the database engine version for the database blueprint.
| 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 | # File 'lib/aws-sdk-lightsail/types.rb', line 13044 class RelationalDatabaseBlueprint < Struct.new( :blueprint_id, :engine, :engine_version, :engine_description, :engine_version_description, :is_engine_default) SENSITIVE = [] include Aws::Structure end | 
#is_engine_default ⇒ Boolean
A Boolean value indicating whether the engine version is the default for the database blueprint.
| 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 | # File 'lib/aws-sdk-lightsail/types.rb', line 13044 class RelationalDatabaseBlueprint < Struct.new( :blueprint_id, :engine, :engine_version, :engine_description, :engine_version_description, :is_engine_default) SENSITIVE = [] include Aws::Structure end |