Class: Aws::Types::CreateAutonomousDatabaseBackupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutonomousDatabaseBackupInput
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
743 744 745 |
# File 'sig/types.rbs', line 743 def autonomous_database_id @autonomous_database_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
746 747 748 |
# File 'sig/types.rbs', line 746 def client_token @client_token end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
744 745 746 |
# File 'sig/types.rbs', line 744 def display_name @display_name end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
745 746 747 |
# File 'sig/types.rbs', line 745 def retention_period_in_days @retention_period_in_days end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
747 748 749 |
# File 'sig/types.rbs', line 747 def @tags end |