Class: Aws::Types::OrderableDBInstanceOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[Types::AvailabilityZone]

Returns the value of attribute availability_zones.

Returns:



1044
1045
1046
# File 'sig/types.rbs', line 1044

def availability_zones
  @availability_zones
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def db_instance_class
  @db_instance_class
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def engine_version
  @engine_version
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def license_model
  @license_model
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def storage_type
  @storage_type
end

#vpcBoolean

Returns the value of attribute vpc.

Returns:

  • (Boolean)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def vpc
  @vpc
end