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.
853 854 855 |
# File 'sig/types.rbs', line 853 def db_cluster_identifier @db_cluster_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
854 855 856 |
# File 'sig/types.rbs', line 854 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
856 857 858 |
# File 'sig/types.rbs', line 856 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
855 856 857 |
# File 'sig/types.rbs', line 855 def max_records @max_records end |