Class: Aws::Types::UpdateDbInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDbInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
-
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
-
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
862 863 864 |
# File 'sig/types.rbs', line 862 def allocated_storage @allocated_storage end |
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
864 865 866 |
# File 'sig/types.rbs', line 864 def db_backup_configurations @db_backup_configurations end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
859 860 861 |
# File 'sig/types.rbs', line 859 def db_instance_type @db_instance_type end |
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
857 858 859 |
# File 'sig/types.rbs', line 857 def db_parameter_group_identifier @db_parameter_group_identifier end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
861 862 863 |
# File 'sig/types.rbs', line 861 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
860 861 862 |
# File 'sig/types.rbs', line 860 def deployment_type @deployment_type end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
855 856 857 |
# File 'sig/types.rbs', line 855 def identifier @identifier end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
856 857 858 |
# File 'sig/types.rbs', line 856 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
863 864 865 |
# File 'sig/types.rbs', line 863 def maintenance_schedule @maintenance_schedule end |
#port ⇒ ::Integer
Returns the value of attribute port.
858 859 860 |
# File 'sig/types.rbs', line 858 def port @port end |