Class: Aws::Types::PendingModifiedValues

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.



1097
1098
1099
# File 'sig/types.rbs', line 1097

def allocated_storage
  @allocated_storage
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.



1100
1101
1102
# File 'sig/types.rbs', line 1100

def backup_retention_period
  @backup_retention_period
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.



1107
1108
1109
# File 'sig/types.rbs', line 1107

def ca_certificate_identifier
  @ca_certificate_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.



1096
1097
1098
# File 'sig/types.rbs', line 1096

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.



1105
1106
1107
# File 'sig/types.rbs', line 1105

def db_instance_identifier
  @db_instance_identifier
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.



1108
1109
1110
# File 'sig/types.rbs', line 1108

def db_subnet_group_name
  @db_subnet_group_name
end

#engine_version::String

Returns the value of attribute engine_version.



1102
1103
1104
# File 'sig/types.rbs', line 1102

def engine_version
  @engine_version
end

#iops::Integer

Returns the value of attribute iops.



1104
1105
1106
# File 'sig/types.rbs', line 1104

def iops
  @iops
end

#license_model::String

Returns the value of attribute license_model.



1103
1104
1105
# File 'sig/types.rbs', line 1103

def license_model
  @license_model
end

#master_user_password::String

Returns the value of attribute master_user_password.



1098
1099
1100
# File 'sig/types.rbs', line 1098

def master_user_password
  @master_user_password
end

#multi_azBoolean

Returns the value of attribute multi_az.



1101
1102
1103
# File 'sig/types.rbs', line 1101

def multi_az
  @multi_az
end

#pending_cloudwatch_logs_exportsTypes::PendingCloudwatchLogsExports

Returns the value of attribute pending_cloudwatch_logs_exports.



1109
1110
1111
# File 'sig/types.rbs', line 1109

def pending_cloudwatch_logs_exports
  @pending_cloudwatch_logs_exports
end

#port::Integer

Returns the value of attribute port.



1099
1100
1101
# File 'sig/types.rbs', line 1099

def port
  @port
end

#storage_type::String

Returns the value of attribute storage_type.



1106
1107
1108
# File 'sig/types.rbs', line 1106

def storage_type
  @storage_type
end