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)


711
712
713
# File 'sig/types.rbs', line 711

def db_instance_class
  @db_instance_class
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def engine_version
  @engine_version
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



714
715
716
# File 'sig/types.rbs', line 714

def filters
  @filters
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def license_model
  @license_model
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


715
716
717
# File 'sig/types.rbs', line 715

def max_records
  @max_records
end

#vpcBoolean

Returns the value of attribute vpc.

Returns:

  • (Boolean)


713
714
715
# File 'sig/types.rbs', line 713

def vpc
  @vpc
end