Class: Aws::Types::DescribeOrderableDBInstanceOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrderableDBInstanceOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_group ⇒ ::String
Returns the value of attribute availability_zone_group.
-
#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
#availability_zone_group ⇒ ::String
Returns the value of attribute availability_zone_group.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def availability_zone_group @availability_zone_group end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def db_instance_class @db_instance_class end |
#engine ⇒ ::String
Returns the value of attribute engine.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def engine_version @engine_version end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def filters @filters end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def license_model @license_model end |
#marker ⇒ ::String
Returns the value of attribute marker.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def max_records @max_records end |
#vpc ⇒ Boolean
Returns the value of attribute vpc.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def vpc @vpc end |