Class: Aws::Types::DestinationBackup
- Inherits:
-
Object
- Object
- Aws::Types::DestinationBackup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
-
#source_backup ⇒ ::String
Returns the value of attribute source_backup.
-
#source_cluster ⇒ ::String
Returns the value of attribute source_cluster.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
Instance Attribute Details
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
214 215 216 |
# File 'sig/types.rbs', line 214 def @create_timestamp end |
#source_backup ⇒ ::String
Returns the value of attribute source_backup.
216 217 218 |
# File 'sig/types.rbs', line 216 def source_backup @source_backup end |
#source_cluster ⇒ ::String
Returns the value of attribute source_cluster.
217 218 219 |
# File 'sig/types.rbs', line 217 def source_cluster @source_cluster end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
215 216 217 |
# File 'sig/types.rbs', line 215 def source_region @source_region end |