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)


942
943
944
# File 'sig/types.rbs', line 942

def allow_major_version_upgrade
  @allow_major_version_upgrade
end

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


932
933
934
# File 'sig/types.rbs', line 932

def apply_immediately
  @apply_immediately
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


933
934
935
# File 'sig/types.rbs', line 933

def backup_retention_period
  @backup_retention_period
end

#cloudwatch_logs_export_configurationTypes::CloudwatchLogsExportConfiguration

Returns the value of attribute cloudwatch_logs_export_configuration.



940
941
942
# File 'sig/types.rbs', line 940

def cloudwatch_logs_export_configuration
  @cloudwatch_logs_export_configuration
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

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)


934
935
936
# File 'sig/types.rbs', line 934

def db_cluster_parameter_group_name
  @db_cluster_parameter_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


943
944
945
# File 'sig/types.rbs', line 943

def deletion_protection
  @deletion_protection
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def engine_version
  @engine_version
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


946
947
948
# File 'sig/types.rbs', line 946

def manage_master_user_password
  @manage_master_user_password
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def master_user_password
  @master_user_password
end

#master_user_secret_kms_key_id::String

Returns the value of attribute master_user_secret_kms_key_id.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def master_user_secret_kms_key_id
  @master_user_secret_kms_key_id
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def network_type
  @network_type
end

#new_db_cluster_identifier::String

Returns the value of attribute new_db_cluster_identifier.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def new_db_cluster_identifier
  @new_db_cluster_identifier
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


936
937
938
# File 'sig/types.rbs', line 936

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def preferred_maintenance_window
  @preferred_maintenance_window
end

#rotate_master_user_passwordBoolean

Returns the value of attribute rotate_master_user_password.

Returns:

  • (Boolean)


948
949
950
# File 'sig/types.rbs', line 948

def rotate_master_user_password
  @rotate_master_user_password
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



945
946
947
# File 'sig/types.rbs', line 945

def serverless_v2_scaling_configuration
  @serverless_v2_scaling_configuration
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def storage_type
  @storage_type
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


935
936
937
# File 'sig/types.rbs', line 935

def vpc_security_group_ids
  @vpc_security_group_ids
end