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.
-
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
-
#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.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def db_cluster_identifier @db_cluster_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def filters @filters end |
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def include_shared @include_shared end |
#marker ⇒ ::String
Returns the value of attribute marker.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def max_records @max_records end |