Class: Aws::Types::AwsRdsDbPendingModifiedValues

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)


3595
3596
3597
# File 'sig/types.rbs', line 3595

def allocated_storage
  @allocated_storage
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


3598
3599
3600
# File 'sig/types.rbs', line 3598

def backup_retention_period
  @backup_retention_period
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


3605
3606
3607
# File 'sig/types.rbs', line 3605

def ca_certificate_identifier
  @ca_certificate_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


3594
3595
3596
# File 'sig/types.rbs', line 3594

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


3603
3604
3605
# File 'sig/types.rbs', line 3603

def db_instance_identifier
  @db_instance_identifier
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


3606
3607
3608
# File 'sig/types.rbs', line 3606

def db_subnet_group_name
  @db_subnet_group_name
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3600
3601
3602
# File 'sig/types.rbs', line 3600

def engine_version
  @engine_version
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3602
3603
3604
# File 'sig/types.rbs', line 3602

def iops
  @iops
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


3601
3602
3603
# File 'sig/types.rbs', line 3601

def license_model
  @license_model
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


3596
3597
3598
# File 'sig/types.rbs', line 3596

def master_user_password
  @master_user_password
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


3599
3600
3601
# File 'sig/types.rbs', line 3599

def multi_az
  @multi_az
end

#pending_cloud_watch_logs_exportsTypes::AwsRdsPendingCloudWatchLogsExports

Returns the value of attribute pending_cloud_watch_logs_exports.



3607
3608
3609
# File 'sig/types.rbs', line 3607

def pending_cloud_watch_logs_exports
  @pending_cloud_watch_logs_exports
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3597
3598
3599
# File 'sig/types.rbs', line 3597

def port
  @port
end

#processor_features::Array[Types::AwsRdsDbProcessorFeature]

Returns the value of attribute processor_features.

Returns:



3608
3609
3610
# File 'sig/types.rbs', line 3608

def processor_features
  @processor_features
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


3604
3605
3606
# File 'sig/types.rbs', line 3604

def storage_type
  @storage_type
end