Class: Aws::Types::DBEngineVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_engine_description::String

Returns the value of attribute db_engine_description.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def db_engine_description
  @db_engine_description
end

#db_engine_version_description::String

Returns the value of attribute db_engine_version_description.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def db_engine_version_description
  @db_engine_version_description
end

#db_parameter_group_family::String

Returns the value of attribute db_parameter_group_family.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def db_parameter_group_family
  @db_parameter_group_family
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def engine_version
  @engine_version
end

#exportable_log_types::Array[::String]

Returns the value of attribute exportable_log_types.

Returns:

  • (::Array[::String])


393
394
395
# File 'sig/types.rbs', line 393

def exportable_log_types
  @exportable_log_types
end

#serverless_v2_features_supportTypes::ServerlessV2FeaturesSupport

Returns the value of attribute serverless_v2_features_support.



397
398
399
# File 'sig/types.rbs', line 397

def serverless_v2_features_support
  @serverless_v2_features_support
end

#supported_ca_certificate_identifiers::Array[::String]

Returns the value of attribute supported_ca_certificate_identifiers.

Returns:

  • (::Array[::String])


395
396
397
# File 'sig/types.rbs', line 395

def supported_ca_certificate_identifiers
  @supported_ca_certificate_identifiers
end

#supports_certificate_rotation_without_restartBoolean

Returns the value of attribute supports_certificate_rotation_without_restart.

Returns:

  • (Boolean)


396
397
398
# File 'sig/types.rbs', line 396

def supports_certificate_rotation_without_restart
  @supports_certificate_rotation_without_restart
end

#supports_log_exports_to_cloudwatch_logsBoolean

Returns the value of attribute supports_log_exports_to_cloudwatch_logs.

Returns:

  • (Boolean)


394
395
396
# File 'sig/types.rbs', line 394

def supports_log_exports_to_cloudwatch_logs
  @supports_log_exports_to_cloudwatch_logs
end

#valid_upgrade_target::Array[Types::UpgradeTarget]

Returns the value of attribute valid_upgrade_target.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def valid_upgrade_target
  @valid_upgrade_target
end