Class: Aws::Types::DescribeDBInstancesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBInstancesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#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.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def db_instance_identifier @db_instance_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def max_records @max_records end |