Class: Aws::Types::UpdateDbInstanceInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • ("db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge", "db.influx.24xlarge")


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.

Returns:

  • (::String)


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.

Returns:

  • ("InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3")


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.

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


860
861
862
# File 'sig/types.rbs', line 860

def deployment_type
  @deployment_type
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def identifier
  @identifier
end

#log_delivery_configurationTypes::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_scheduleTypes::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.

Returns:

  • (::Integer)


858
859
860
# File 'sig/types.rbs', line 858

def port
  @port
end