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.
874 875 876 |
# File 'sig/types.rbs', line 874 def db_instance_identifier @db_instance_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
875 876 877 |
# File 'sig/types.rbs', line 875 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
877 878 879 |
# File 'sig/types.rbs', line 877 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
876 877 878 |
# File 'sig/types.rbs', line 876 def max_records @max_records end |