Class: Aws::Types::RDSInstanceDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#current_generationBoolean

Returns the value of attribute current_generation.

Returns:



1071
1072
1073
# File 'sig/types.rbs', line 1071

def current_generation
  @current_generation
end

#database_edition::String

Returns the value of attribute database_edition.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def database_edition
  @database_edition
end

#database_engine::String

Returns the value of attribute database_engine.

Returns:



1067
1068
1069
# File 'sig/types.rbs', line 1067

def database_engine
  @database_engine
end

#deployment_model::String

Returns the value of attribute deployment_model.

Returns:



1073
1074
1075
# File 'sig/types.rbs', line 1073

def deployment_model
  @deployment_model
end

#deployment_option::String

Returns the value of attribute deployment_option.

Returns:



1069
1070
1071
# File 'sig/types.rbs', line 1069

def deployment_option
  @deployment_option
end

#family::String

Returns the value of attribute family.

Returns:



1064
1065
1066
# File 'sig/types.rbs', line 1064

def family
  @family
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:



1065
1066
1067
# File 'sig/types.rbs', line 1065

def instance_type
  @instance_type
end

#license_model::String

Returns the value of attribute license_model.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def license_model
  @license_model
end

#region::String

Returns the value of attribute region.

Returns:



1066
1067
1068
# File 'sig/types.rbs', line 1066

def region
  @region
end

#size_flex_eligibleBoolean

Returns the value of attribute size_flex_eligible.

Returns:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def size_flex_eligible
  @size_flex_eligible
end