Class: Aws::Types::DescribeDBClustersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBClustersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_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_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
624 625 626 |
# File 'sig/types.rbs', line 624 def db_cluster_identifier @db_cluster_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
625 626 627 |
# File 'sig/types.rbs', line 625 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
627 628 629 |
# File 'sig/types.rbs', line 627 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
626 627 628 |
# File 'sig/types.rbs', line 626 def max_records @max_records end |