Class: Aws::Types::RestoreDBInstanceFromS3Message
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBInstanceFromS3Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_storage_volumes ⇒ ::Array[Types::AdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#database_insights_mode ⇒ "standard", "advanced"
Returns the value of attribute database_insights_mode.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
-
#db_security_groups ⇒ ::Array[::String]
Returns the value of attribute db_security_groups.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
-
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
-
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
-
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
-
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
-
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_ingestion_role_arn ⇒ ::String
Returns the value of attribute s3_ingestion_role_arn.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#source_engine ⇒ ::String
Returns the value of attribute source_engine.
-
#source_engine_version ⇒ ::String
Returns the value of attribute source_engine_version.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_default_processor_features ⇒ Boolean
Returns the value of attribute use_default_processor_features.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#additional_storage_volumes ⇒ ::Array[Types::AdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
4065 4066 4067 |
# File 'sig/types.rbs', line 4065 def additional_storage_volumes @additional_storage_volumes end |
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
4015 4016 4017 |
# File 'sig/types.rbs', line 4015 def allocated_storage @allocated_storage end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
4031 4032 4033 |
# File 'sig/types.rbs', line 4031 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def availability_zone @availability_zone end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
4026 4027 4028 |
# File 'sig/types.rbs', line 4026 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
4063 4064 4065 |
# File 'sig/types.rbs', line 4063 def ca_certificate_identifier @ca_certificate_identifier end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
4041 4042 4043 |
# File 'sig/types.rbs', line 4041 def @copy_tags_to_snapshot end |
#database_insights_mode ⇒ "standard", "advanced"
Returns the value of attribute database_insights_mode.
4050 4051 4052 |
# File 'sig/types.rbs', line 4050 def database_insights_mode @database_insights_mode end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
4016 4017 4018 |
# File 'sig/types.rbs', line 4016 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
4014 4015 4016 |
# File 'sig/types.rbs', line 4014 def db_instance_identifier @db_instance_identifier end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
4013 4014 4015 |
# File 'sig/types.rbs', line 4013 def db_name @db_name end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
4025 4026 4027 |
# File 'sig/types.rbs', line 4025 def db_parameter_group_name @db_parameter_group_name end |
#db_security_groups ⇒ ::Array[::String]
Returns the value of attribute db_security_groups.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def db_security_groups @db_security_groups end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
4023 4024 4025 |
# File 'sig/types.rbs', line 4023 def db_subnet_group_name @db_subnet_group_name end |
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
4062 4063 4064 |
# File 'sig/types.rbs', line 4062 def dedicated_log_volume @dedicated_log_volume end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
4057 4058 4059 |
# File 'sig/types.rbs', line 4057 def deletion_protection @deletion_protection end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
4054 4055 4056 |
# File 'sig/types.rbs', line 4054 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
4044 4045 4046 |
# File 'sig/types.rbs', line 4044 def enable_iam_database_authentication @enable_iam_database_authentication end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
4051 4052 4053 |
# File 'sig/types.rbs', line 4051 def enable_performance_insights @enable_performance_insights end |
#engine ⇒ ::String
Returns the value of attribute engine.
4017 4018 4019 |
# File 'sig/types.rbs', line 4017 def engine @engine end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
4064 4065 4066 |
# File 'sig/types.rbs', line 4064 def engine_lifecycle_support @engine_lifecycle_support end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
4030 4031 4032 |
# File 'sig/types.rbs', line 4030 def engine_version @engine_version end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
4033 4034 4035 |
# File 'sig/types.rbs', line 4033 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4040 4041 4042 |
# File 'sig/types.rbs', line 4040 def kms_key_id @kms_key_id end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
4032 4033 4034 |
# File 'sig/types.rbs', line 4032 def license_model @license_model end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
4060 4061 4062 |
# File 'sig/types.rbs', line 4060 def manage_master_user_password @manage_master_user_password end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def master_user_password @master_user_password end |
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
4061 4062 4063 |
# File 'sig/types.rbs', line 4061 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
4018 4019 4020 |
# File 'sig/types.rbs', line 4018 def master_username @master_username end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
4058 4059 4060 |
# File 'sig/types.rbs', line 4058 def max_allocated_storage @max_allocated_storage end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
4042 4043 4044 |
# File 'sig/types.rbs', line 4042 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
4043 4044 4045 |
# File 'sig/types.rbs', line 4043 def monitoring_role_arn @monitoring_role_arn end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
4029 4030 4031 |
# File 'sig/types.rbs', line 4029 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
4059 4060 4061 |
# File 'sig/types.rbs', line 4059 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
4035 4036 4037 |
# File 'sig/types.rbs', line 4035 def option_group_name @option_group_name end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
4052 4053 4054 |
# File 'sig/types.rbs', line 4052 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
4053 4054 4055 |
# File 'sig/types.rbs', line 4053 def performance_insights_retention_period @performance_insights_retention_period end |
#port ⇒ ::Integer
Returns the value of attribute port.
4028 4029 4030 |
# File 'sig/types.rbs', line 4028 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
4027 4028 4029 |
# File 'sig/types.rbs', line 4027 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
4024 4025 4026 |
# File 'sig/types.rbs', line 4024 def preferred_maintenance_window @preferred_maintenance_window end |
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
4055 4056 4057 |
# File 'sig/types.rbs', line 4055 def processor_features @processor_features end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
4036 4037 4038 |
# File 'sig/types.rbs', line 4036 def publicly_accessible @publicly_accessible end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def s3_bucket_name @s3_bucket_name end |
#s3_ingestion_role_arn ⇒ ::String
Returns the value of attribute s3_ingestion_role_arn.
4049 4050 4051 |
# File 'sig/types.rbs', line 4049 def s3_ingestion_role_arn @s3_ingestion_role_arn end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def s3_prefix @s3_prefix end |
#source_engine ⇒ ::String
Returns the value of attribute source_engine.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def source_engine @source_engine end |
#source_engine_version ⇒ ::String
Returns the value of attribute source_engine_version.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def source_engine_version @source_engine_version end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def storage_encrypted @storage_encrypted end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
4038 4039 4040 |
# File 'sig/types.rbs', line 4038 def storage_type @storage_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
4066 4067 4068 |
# File 'sig/types.rbs', line 4066 def tag_specifications @tag_specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4037 4038 4039 |
# File 'sig/types.rbs', line 4037 def @tags end |
#use_default_processor_features ⇒ Boolean
Returns the value of attribute use_default_processor_features.
4056 4057 4058 |
# File 'sig/types.rbs', line 4056 def use_default_processor_features @use_default_processor_features end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def vpc_security_group_ids @vpc_security_group_ids end |