Class: Aws::Types::DescribeOrderableDBInstanceOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrderableDBInstanceOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#vpc ⇒ Boolean
Returns the value of attribute vpc.
Instance Attribute Details
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
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.
709 710 711 |
# File 'sig/types.rbs', line 709 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
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.
714 715 716 |
# File 'sig/types.rbs', line 714 def filters @filters end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
712 713 714 |
# File 'sig/types.rbs', line 712 def license_model @license_model end |
#marker ⇒ ::String
Returns the value of attribute marker.
716 717 718 |
# File 'sig/types.rbs', line 716 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
715 716 717 |
# File 'sig/types.rbs', line 715 def max_records @max_records end |
#vpc ⇒ Boolean
Returns the value of attribute vpc.
713 714 715 |
# File 'sig/types.rbs', line 713 def vpc @vpc end |