Class: Aws::Types::DatabaseCloneConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseCloneConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clone_type ⇒ "FULL", ...
Returns the value of attribute clone_type.
-
#source_autonomous_database_id ⇒ ::String
Returns the value of attribute source_autonomous_database_id.
Instance Attribute Details
#clone_type ⇒ "FULL", ...
Returns the value of attribute clone_type.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def clone_type @clone_type end |
#source_autonomous_database_id ⇒ ::String
Returns the value of attribute source_autonomous_database_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def source_autonomous_database_id @source_autonomous_database_id end |