Class: Aws::Types::CreateCustomDBEngineVersionMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomDBEngineVersionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_installation_files ⇒ ::Array[::String]
Returns the value of attribute database_installation_files.
-
#database_installation_files_s3_bucket_name ⇒ ::String
Returns the value of attribute database_installation_files_s3_bucket_name.
-
#database_installation_files_s3_prefix ⇒ ::String
Returns the value of attribute database_installation_files_s3_prefix.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#manifest ⇒ ::String
Returns the value of attribute manifest.
-
#source_custom_db_engine_version_identifier ⇒ ::String
Returns the value of attribute source_custom_db_engine_version_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_aws_provided_latest_image ⇒ Boolean
Returns the value of attribute use_aws_provided_latest_image.
Instance Attribute Details
#database_installation_files ⇒ ::Array[::String]
Returns the value of attribute database_installation_files.
367 368 369 |
# File 'sig/types.rbs', line 367 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.
365 366 367 |
# File 'sig/types.rbs', line 365 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.
366 367 368 |
# File 'sig/types.rbs', line 366 def database_installation_files_s3_prefix @database_installation_files_s3_prefix end |
#description ⇒ ::String
Returns the value of attribute description.
372 373 374 |
# File 'sig/types.rbs', line 372 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
363 364 365 |
# File 'sig/types.rbs', line 363 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
364 365 366 |
# File 'sig/types.rbs', line 364 def engine_version @engine_version end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def image_id @image_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def kms_key_id @kms_key_id end |
#manifest ⇒ ::String
Returns the value of attribute manifest.
373 374 375 |
# File 'sig/types.rbs', line 373 def manifest @manifest end |
#source_custom_db_engine_version_identifier ⇒ ::String
Returns the value of attribute source_custom_db_engine_version_identifier.
370 371 372 |
# File 'sig/types.rbs', line 370 def source_custom_db_engine_version_identifier @source_custom_db_engine_version_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
374 375 376 |
# File 'sig/types.rbs', line 374 def @tags end |
#use_aws_provided_latest_image ⇒ Boolean
Returns the value of attribute use_aws_provided_latest_image.
371 372 373 |
# File 'sig/types.rbs', line 371 def use_aws_provided_latest_image @use_aws_provided_latest_image end |