Class: Aws::Types::ModifyDBClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_major_version_upgradeBoolean

Returns the value of attribute allow_major_version_upgrade.

Returns:

  • (Boolean)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def allow_major_version_upgrade
  @allow_major_version_upgrade
end

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def apply_immediately
  @apply_immediately
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def backup_retention_period
  @backup_retention_period
end

#cloudwatch_logs_export_configurationTypes::CloudwatchLogsExportConfiguration

Returns the value of attribute cloudwatch_logs_export_configuration.



1251
1252
1253
# File 'sig/types.rbs', line 1251

def cloudwatch_logs_export_configuration
  @cloudwatch_logs_export_configuration
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_parameter_group_name::String

Returns the value of attribute db_cluster_parameter_group_name.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def db_cluster_parameter_group_name
  @db_cluster_parameter_group_name
end

#db_instance_parameter_group_name::String

Returns the value of attribute db_instance_parameter_group_name.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def db_instance_parameter_group_name
  @db_instance_parameter_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def deletion_protection
  @deletion_protection
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def engine_version
  @engine_version
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def master_user_password
  @master_user_password
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def network_type
  @network_type
end

#new_db_cluster_identifier::String

Returns the value of attribute new_db_cluster_identifier.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def new_db_cluster_identifier
  @new_db_cluster_identifier
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def option_group_name
  @option_group_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def preferred_maintenance_window
  @preferred_maintenance_window
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



1257
1258
1259
# File 'sig/types.rbs', line 1257

def serverless_v2_scaling_configuration
  @serverless_v2_scaling_configuration
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def storage_type
  @storage_type
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


1244
1245
1246
# File 'sig/types.rbs', line 1244

def vpc_security_group_ids
  @vpc_security_group_ids
end