Class: Aws::Types::DescribeDBInstanceAutomatedBackupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBInstanceAutomatedBackupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_automated_backups_arn ⇒ ::String
Returns the value of attribute db_instance_automated_backups_arn.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_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_instance_automated_backups_arn ⇒ ::String
Returns the value of attribute db_instance_automated_backups_arn.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def db_instance_automated_backups_arn @db_instance_automated_backups_arn end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def db_instance_identifier @db_instance_identifier end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def dbi_resource_id @dbi_resource_id end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def max_records @max_records end |