Class: Aws::Types::CreateDbBackupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDbBackupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_resource_id ⇒ ::String
Returns the value of attribute db_resource_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#db_resource_id ⇒ ::String
Returns the value of attribute db_resource_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def db_resource_id @db_resource_id end |
#name ⇒ ::String
Returns the value of attribute name.
31 32 33 |
# File 'sig/types.rbs', line 31 def name @name end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
33 34 35 |
# File 'sig/types.rbs', line 33 def retention_days @retention_days end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
34 35 36 |
# File 'sig/types.rbs', line 34 def @tags end |