Class: Aws::Types::DescribeOrderableDBInstanceOptionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def db_instance_class
  @db_instance_class
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def engine_version
  @engine_version
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



972
973
974
# File 'sig/types.rbs', line 972

def filters
  @filters
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def license_model
  @license_model
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


973
974
975
# File 'sig/types.rbs', line 973

def max_records
  @max_records
end

#vpcBoolean

Returns the value of attribute vpc.

Returns:

  • (Boolean)


971
972
973
# File 'sig/types.rbs', line 971

def vpc
  @vpc
end