Class: Aws::Types::DescribeDBClusterAutomatedBackupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBClusterAutomatedBackupsMessage
- 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.
-
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
-
#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.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def db_cluster_resource_id @db_cluster_resource_id end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def max_records @max_records end |