Class: Aws::Types::PendingModifiedValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.

Returns:



3522
3523
3524
# File 'sig/types.rbs', line 3522

def additional_storage_volumes
  @additional_storage_volumes
end

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


3501
3502
3503
# File 'sig/types.rbs', line 3501

def allocated_storage
  @allocated_storage
end

#automation_mode"full", "all-paused"

Returns the value of attribute automation_mode.

Returns:

  • ("full", "all-paused")


3516
3517
3518
# File 'sig/types.rbs', line 3516

def automation_mode
  @automation_mode
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


3504
3505
3506
# File 'sig/types.rbs', line 3504

def backup_retention_period
  @backup_retention_period
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


3512
3513
3514
# File 'sig/types.rbs', line 3512

def ca_certificate_identifier
  @ca_certificate_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


3500
3501
3502
# File 'sig/types.rbs', line 3500

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


3510
3511
3512
# File 'sig/types.rbs', line 3510

def db_instance_identifier
  @db_instance_identifier
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


3513
3514
3515
# File 'sig/types.rbs', line 3513

def db_subnet_group_name
  @db_subnet_group_name
end

#dedicated_log_volumeBoolean

Returns the value of attribute dedicated_log_volume.

Returns:

  • (Boolean)


3520
3521
3522
# File 'sig/types.rbs', line 3520

def dedicated_log_volume
  @dedicated_log_volume
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


3521
3522
3523
# File 'sig/types.rbs', line 3521

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3506
3507
3508
# File 'sig/types.rbs', line 3506

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


3519
3520
3521
# File 'sig/types.rbs', line 3519

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3508
3509
3510
# File 'sig/types.rbs', line 3508

def iops
  @iops
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


3507
3508
3509
# File 'sig/types.rbs', line 3507

def license_model
  @license_model
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


3502
3503
3504
# File 'sig/types.rbs', line 3502

def master_user_password
  @master_user_password
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


3505
3506
3507
# File 'sig/types.rbs', line 3505

def multi_az
  @multi_az
end

#multi_tenantBoolean

Returns the value of attribute multi_tenant.

Returns:

  • (Boolean)


3518
3519
3520
# File 'sig/types.rbs', line 3518

def multi_tenant
  @multi_tenant
end

#pending_cloudwatch_logs_exportsTypes::PendingCloudwatchLogsExports

Returns the value of attribute pending_cloudwatch_logs_exports.



3514
3515
3516
# File 'sig/types.rbs', line 3514

def pending_cloudwatch_logs_exports
  @pending_cloudwatch_logs_exports
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3503
3504
3505
# File 'sig/types.rbs', line 3503

def port
  @port
end

#processor_features::Array[Types::ProcessorFeature]

Returns the value of attribute processor_features.

Returns:



3515
3516
3517
# File 'sig/types.rbs', line 3515

def processor_features
  @processor_features
end

#resume_full_automation_mode_time::Time

Returns the value of attribute resume_full_automation_mode_time.

Returns:

  • (::Time)


3517
3518
3519
# File 'sig/types.rbs', line 3517

def resume_full_automation_mode_time
  @resume_full_automation_mode_time
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


3509
3510
3511
# File 'sig/types.rbs', line 3509

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


3511
3512
3513
# File 'sig/types.rbs', line 3511

def storage_type
  @storage_type
end