Class: Aws::Types::RestoreAutonomousDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreAutonomousDatabaseInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def autonomous_database_id @autonomous_database_id end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def @timestamp end |