Class: Aws::Types::RestoreFromDbBackupInput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFromDbBackupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
-
#db_backup_id ⇒ ::String
Returns the value of attribute db_backup_id.
-
#deployment_type ⇒ "SINGLE_AZ", ...
Returns the value of attribute deployment_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#restore_mode ⇒ "NEW_RESOURCE", "REPLACE_EXISTING"
Returns the value of attribute restore_mode.
-
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
Instance Attribute Details
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
794 795 796 |
# File 'sig/types.rbs', line 794 def db_backup_configurations @db_backup_configurations end |
#db_backup_id ⇒ ::String
Returns the value of attribute db_backup_id.
782 783 784 |
# File 'sig/types.rbs', line 782 def db_backup_id @db_backup_id end |
#deployment_type ⇒ "SINGLE_AZ", ...
Returns the value of attribute deployment_type.
793 794 795 |
# File 'sig/types.rbs', line 793 def deployment_type @deployment_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
795 796 797 |
# File 'sig/types.rbs', line 795 def kms_key_id @kms_key_id end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
788 789 790 |
# File 'sig/types.rbs', line 788 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
789 790 791 |
# File 'sig/types.rbs', line 789 def maintenance_schedule @maintenance_schedule end |
#name ⇒ ::String
Returns the value of attribute name.
781 782 783 |
# File 'sig/types.rbs', line 781 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
792 793 794 |
# File 'sig/types.rbs', line 792 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
791 792 793 |
# File 'sig/types.rbs', line 791 def port @port end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
787 788 789 |
# File 'sig/types.rbs', line 787 def publicly_accessible @publicly_accessible end |
#restore_mode ⇒ "NEW_RESOURCE", "REPLACE_EXISTING"
Returns the value of attribute restore_mode.
784 785 786 |
# File 'sig/types.rbs', line 784 def restore_mode @restore_mode end |
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
783 784 785 |
# File 'sig/types.rbs', line 783 def restore_to_time @restore_to_time end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
790 791 792 |
# File 'sig/types.rbs', line 790 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
786 787 788 |
# File 'sig/types.rbs', line 786 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
785 786 787 |
# File 'sig/types.rbs', line 785 def vpc_subnet_ids @vpc_subnet_ids end |