Class: Aws::Types::UpdateDbClusterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_backup_configurations::Array[Types::DbBackupConfiguration]

Returns the value of attribute db_backup_configurations.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def db_backup_configurations
  @db_backup_configurations
end

#db_cluster_id::String

Returns the value of attribute db_cluster_id.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def db_cluster_id
  @db_cluster_id
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")


842
843
844
# File 'sig/types.rbs', line 842

def db_instance_type
  @db_instance_type
end

#db_parameter_group_identifier::String

Returns the value of attribute db_parameter_group_identifier.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def db_parameter_group_identifier
  @db_parameter_group_identifier
end

#failover_mode"AUTOMATIC", "NO_FAILOVER"

Returns the value of attribute failover_mode.

Returns:

  • ("AUTOMATIC", "NO_FAILOVER")


843
844
845
# File 'sig/types.rbs', line 843

def failover_mode
  @failover_mode
end

#log_delivery_configurationTypes::LogDeliveryConfiguration

Returns the value of attribute log_delivery_configuration.



839
840
841
# File 'sig/types.rbs', line 839

def log_delivery_configuration
  @log_delivery_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



844
845
846
# File 'sig/types.rbs', line 844

def maintenance_schedule
  @maintenance_schedule
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


841
842
843
# File 'sig/types.rbs', line 841

def port
  @port
end