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.
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.
967 968 969 |
# File 'sig/types.rbs', line 967 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
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.
972 973 974 |
# File 'sig/types.rbs', line 972 def filters @filters end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
970 971 972 |
# File 'sig/types.rbs', line 970 def license_model @license_model end |
#marker ⇒ ::String
Returns the value of attribute marker.
974 975 976 |
# File 'sig/types.rbs', line 974 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
973 974 975 |
# File 'sig/types.rbs', line 973 def max_records @max_records end |
#vpc ⇒ Boolean
Returns the value of attribute vpc.
971 972 973 |
# File 'sig/types.rbs', line 971 def vpc @vpc end |