Class: Aws::Types::ClusterPendingModifiedValues

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

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


231
232
233
# File 'sig/types.rbs', line 231

def allocated_storage
  @allocated_storage
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


229
230
231
# File 'sig/types.rbs', line 229

def backup_retention_period
  @backup_retention_period
end

#certificate_detailsTypes::CertificateDetails

Returns the value of attribute certificate_details.



234
235
236
# File 'sig/types.rbs', line 234

def certificate_details
  @certificate_details
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def db_cluster_identifier
  @db_cluster_identifier
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


227
228
229
# File 'sig/types.rbs', line 227

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


233
234
235
# File 'sig/types.rbs', line 233

def iops
  @iops
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def master_user_password
  @master_user_password
end

#pending_cloudwatch_logs_exportsTypes::PendingCloudwatchLogsExports

Returns the value of attribute pending_cloudwatch_logs_exports.



224
225
226
# File 'sig/types.rbs', line 224

def pending_cloudwatch_logs_exports
  @pending_cloudwatch_logs_exports
end

#rds_custom_cluster_configurationTypes::RdsCustomClusterConfiguration

Returns the value of attribute rds_custom_cluster_configuration.



232
233
234
# File 'sig/types.rbs', line 232

def rds_custom_cluster_configuration
  @rds_custom_cluster_configuration
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def storage_type
  @storage_type
end