Class: Aws::Types::DescribeReservedDBInstancesOfferingsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedDBInstancesOfferingsMessage
- 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.
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
-
#product_description ⇒ ::String
Returns the value of attribute product_description.
-
#reserved_db_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_db_instances_offering_id.
Instance Attribute Details
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def db_instance_class @db_instance_class end |
#duration ⇒ ::String
Returns the value of attribute duration.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def duration @duration end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def max_records @max_records end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def multi_az @multi_az end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def product_description @product_description end |
#reserved_db_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_db_instances_offering_id.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def reserved_db_instances_offering_id @reserved_db_instances_offering_id end |