Class: Aws::Types::DescribeReservedDBInstancesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedDBInstancesMessage
- 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.
-
#lease_id ⇒ ::String
Returns the value of attribute lease_id.
-
#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_instance_id ⇒ ::String
Returns the value of attribute reserved_db_instance_id.
-
#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.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def db_instance_class @db_instance_class end |
#duration ⇒ ::String
Returns the value of attribute duration.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def duration @duration end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def filters @filters end |
#lease_id ⇒ ::String
Returns the value of attribute lease_id.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def lease_id @lease_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def max_records @max_records end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def multi_az @multi_az end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def product_description @product_description end |
#reserved_db_instance_id ⇒ ::String
Returns the value of attribute reserved_db_instance_id.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def reserved_db_instance_id @reserved_db_instance_id end |
#reserved_db_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_db_instances_offering_id.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def reserved_db_instances_offering_id @reserved_db_instances_offering_id end |