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

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def create_time
  @create_time
end

#custom_db_engine_version_manifest::String

Returns the value of attribute custom_db_engine_version_manifest.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def custom_db_engine_version_manifest
  @custom_db_engine_version_manifest
end

#database_installation_files::Array[::String]

Returns the value of attribute database_installation_files.

Returns:

  • (::Array[::String])


1156
1157
1158
# File 'sig/types.rbs', line 1156

def database_installation_files
  @database_installation_files
end

#database_installation_files_s3_bucket_name::String

Returns the value of attribute database_installation_files_s3_bucket_name.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def database_installation_files_s3_bucket_name
  @database_installation_files_s3_bucket_name
end

#database_installation_files_s3_prefix::String

Returns the value of attribute database_installation_files_s3_prefix.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def database_installation_files_s3_prefix
  @database_installation_files_s3_prefix
end

#db_engine_description::String

Returns the value of attribute db_engine_description.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def db_engine_description
  @db_engine_description
end

#db_engine_media_type::String

Returns the value of attribute db_engine_media_type.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def db_engine_media_type
  @db_engine_media_type
end

#db_engine_version_arn::String

Returns the value of attribute db_engine_version_arn.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def db_engine_version_arn
  @db_engine_version_arn
end

#db_engine_version_description::String

Returns the value of attribute db_engine_version_description.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

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)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def db_parameter_group_family
  @db_parameter_group_family
end

#default_character_setTypes::CharacterSet

Returns the value of attribute default_character_set.

Returns:



1162
1163
1164
# File 'sig/types.rbs', line 1162

def default_character_set
  @default_character_set
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def engine_version
  @engine_version
end

#exportable_log_types::Array[::String]

Returns the value of attribute exportable_log_types.

Returns:

  • (::Array[::String])


1172
1173
1174
# File 'sig/types.rbs', line 1172

def exportable_log_types
  @exportable_log_types
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def failure_reason
  @failure_reason
end

#imageTypes::CustomDBEngineVersionAMI

Returns the value of attribute image.



1164
1165
1166
# File 'sig/types.rbs', line 1164

def image
  @image
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def kms_key_id
  @kms_key_id
end

#major_engine_version::String

Returns the value of attribute major_engine_version.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def major_engine_version
  @major_engine_version
end

#serverless_v2_features_supportTypes::ServerlessV2FeaturesSupport

Returns the value of attribute serverless_v2_features_support.



1187
1188
1189
# File 'sig/types.rbs', line 1187

def serverless_v2_features_support
  @serverless_v2_features_support
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def status
  @status
end

#supported_ca_certificate_identifiers::Array[::String]

Returns the value of attribute supported_ca_certificate_identifiers.

Returns:

  • (::Array[::String])


1184
1185
1186
# File 'sig/types.rbs', line 1184

def supported_ca_certificate_identifiers
  @supported_ca_certificate_identifiers
end

#supported_character_sets::Array[Types::CharacterSet]

Returns the value of attribute supported_character_sets.

Returns:



1168
1169
1170
# File 'sig/types.rbs', line 1168

def supported_character_sets
  @supported_character_sets
end

#supported_engine_modes::Array[::String]

Returns the value of attribute supported_engine_modes.

Returns:

  • (::Array[::String])


1175
1176
1177
# File 'sig/types.rbs', line 1175

def supported_engine_modes
  @supported_engine_modes
end

#supported_feature_names::Array[::String]

Returns the value of attribute supported_feature_names.

Returns:

  • (::Array[::String])


1176
1177
1178
# File 'sig/types.rbs', line 1176

def supported_feature_names
  @supported_feature_names
end

#supported_nchar_character_sets::Array[Types::CharacterSet]

Returns the value of attribute supported_nchar_character_sets.

Returns:



1169
1170
1171
# File 'sig/types.rbs', line 1169

def supported_nchar_character_sets
  @supported_nchar_character_sets
end

#supported_timezones::Array[Types::Timezone]

Returns the value of attribute supported_timezones.

Returns:



1171
1172
1173
# File 'sig/types.rbs', line 1171

def supported_timezones
  @supported_timezones
end

#supports_babelfishBoolean

Returns the value of attribute supports_babelfish.

Returns:

  • (Boolean)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def supports_babelfish
  @supports_babelfish
end

#supports_certificate_rotation_without_restartBoolean

Returns the value of attribute supports_certificate_rotation_without_restart.

Returns:

  • (Boolean)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def supports_certificate_rotation_without_restart
  @supports_certificate_rotation_without_restart
end

#supports_global_databasesBoolean

Returns the value of attribute supports_global_databases.

Returns:

  • (Boolean)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def supports_global_databases
  @supports_global_databases
end

#supports_integrationsBoolean

Returns the value of attribute supports_integrations.

Returns:

  • (Boolean)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def supports_integrations
  @supports_integrations
end

#supports_limitless_databaseBoolean

Returns the value of attribute supports_limitless_database.

Returns:

  • (Boolean)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def supports_limitless_database
  @supports_limitless_database
end

#supports_local_write_forwardingBoolean

Returns the value of attribute supports_local_write_forwarding.

Returns:

  • (Boolean)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def supports_local_write_forwarding
  @supports_local_write_forwarding
end

#supports_log_exports_to_cloudwatch_logsBoolean

Returns the value of attribute supports_log_exports_to_cloudwatch_logs.

Returns:

  • (Boolean)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def supports_log_exports_to_cloudwatch_logs
  @supports_log_exports_to_cloudwatch_logs
end

#supports_parallel_queryBoolean

Returns the value of attribute supports_parallel_query.

Returns:

  • (Boolean)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def supports_parallel_query
  @supports_parallel_query
end

#supports_read_replicaBoolean

Returns the value of attribute supports_read_replica.

Returns:

  • (Boolean)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def supports_read_replica
  @supports_read_replica
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



1180
1181
1182
# File 'sig/types.rbs', line 1180

def tag_list
  @tag_list
end

#valid_upgrade_target::Array[Types::UpgradeTarget]

Returns the value of attribute valid_upgrade_target.

Returns:



1170
1171
1172
# File 'sig/types.rbs', line 1170

def valid_upgrade_target
  @valid_upgrade_target
end