Class: Aws::Types::RestoreDBInstanceToPointInTimeMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBInstanceToPointInTimeMessage
- 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.
-
#backup_target ⇒ ::String
Returns the value of attribute backup_target.
-
#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.
-
#custom_iam_instance_profile ⇒ ::String
Returns the value of attribute custom_iam_instance_profile.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#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_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.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_auth_secret_arn ⇒ ::String
Returns the value of attribute domain_auth_secret_arn.
-
#domain_dns_ips ⇒ ::Array[::String]
Returns the value of attribute domain_dns_ips.
-
#domain_fqdn ⇒ ::String
Returns the value of attribute domain_fqdn.
-
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
-
#domain_ou ⇒ ::String
Returns the value of attribute domain_ou.
-
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
-
#enable_customer_owned_ip ⇒ Boolean
Returns the value of attribute enable_customer_owned_ip.
-
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#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_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
-
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
-
#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.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#restore_time ⇒ ::Time
Returns the value of attribute restore_time.
-
#source_db_instance_automated_backups_arn ⇒ ::String
Returns the value of attribute source_db_instance_automated_backups_arn.
-
#source_db_instance_identifier ⇒ ::String
Returns the value of attribute source_db_instance_identifier.
-
#source_dbi_resource_id ⇒ ::String
Returns the value of attribute source_dbi_resource_id.
-
#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.
-
#target_db_instance_identifier ⇒ ::String
Returns the value of attribute target_db_instance_identifier.
-
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
-
#tde_credential_password ⇒ ::String
Returns the value of attribute tde_credential_password.
-
#use_default_processor_features ⇒ Boolean
Returns the value of attribute use_default_processor_features.
-
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
-
#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.
4124 4125 4126 |
# File 'sig/types.rbs', line 4124 def additional_storage_volumes @additional_storage_volumes end |
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
4118 4119 4120 |
# File 'sig/types.rbs', line 4118 def allocated_storage @allocated_storage end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
4086 4087 4088 |
# File 'sig/types.rbs', line 4086 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
4082 4083 4084 |
# File 'sig/types.rbs', line 4082 def availability_zone @availability_zone end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
4119 4120 4121 |
# File 'sig/types.rbs', line 4119 def backup_retention_period @backup_retention_period end |
#backup_target ⇒ ::String
Returns the value of attribute backup_target.
4116 4117 4118 |
# File 'sig/types.rbs', line 4116 def backup_target @backup_target end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
4122 4123 4124 |
# File 'sig/types.rbs', line 4122 def ca_certificate_identifier @ca_certificate_identifier end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
4093 4094 4095 |
# File 'sig/types.rbs', line 4093 def @copy_tags_to_snapshot end |
#custom_iam_instance_profile ⇒ ::String
Returns the value of attribute custom_iam_instance_profile.
4117 4118 4119 |
# File 'sig/types.rbs', line 4117 def custom_iam_instance_profile @custom_iam_instance_profile end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
4080 4081 4082 |
# File 'sig/types.rbs', line 4080 def db_instance_class @db_instance_class end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
4088 4089 4090 |
# File 'sig/types.rbs', line 4088 def db_name @db_name end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
4109 4110 4111 |
# File 'sig/types.rbs', line 4109 def db_parameter_group_name @db_parameter_group_name end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
4083 4084 4085 |
# File 'sig/types.rbs', line 4083 def db_subnet_group_name @db_subnet_group_name end |
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
4121 4122 4123 |
# File 'sig/types.rbs', line 4121 def dedicated_log_volume @dedicated_log_volume end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
4110 4111 4112 |
# File 'sig/types.rbs', line 4110 def deletion_protection @deletion_protection end |
#domain ⇒ ::String
Returns the value of attribute domain.
4099 4100 4101 |
# File 'sig/types.rbs', line 4099 def domain @domain end |
#domain_auth_secret_arn ⇒ ::String
Returns the value of attribute domain_auth_secret_arn.
4103 4104 4105 |
# File 'sig/types.rbs', line 4103 def domain_auth_secret_arn @domain_auth_secret_arn end |
#domain_dns_ips ⇒ ::Array[::String]
Returns the value of attribute domain_dns_ips.
4104 4105 4106 |
# File 'sig/types.rbs', line 4104 def domain_dns_ips @domain_dns_ips end |
#domain_fqdn ⇒ ::String
Returns the value of attribute domain_fqdn.
4101 4102 4103 |
# File 'sig/types.rbs', line 4101 def domain_fqdn @domain_fqdn end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
4100 4101 4102 |
# File 'sig/types.rbs', line 4100 def domain_iam_role_name @domain_iam_role_name end |
#domain_ou ⇒ ::String
Returns the value of attribute domain_ou.
4102 4103 4104 |
# File 'sig/types.rbs', line 4102 def domain_ou @domain_ou end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
4106 4107 4108 |
# File 'sig/types.rbs', line 4106 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_customer_owned_ip ⇒ Boolean
Returns the value of attribute enable_customer_owned_ip.
4113 4114 4115 |
# File 'sig/types.rbs', line 4113 def enable_customer_owned_ip @enable_customer_owned_ip end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
4105 4106 4107 |
# File 'sig/types.rbs', line 4105 def enable_iam_database_authentication @enable_iam_database_authentication end |
#engine ⇒ ::String
Returns the value of attribute engine.
4089 4090 4091 |
# File 'sig/types.rbs', line 4089 def engine @engine end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
4123 4124 4125 |
# File 'sig/types.rbs', line 4123 def engine_lifecycle_support @engine_lifecycle_support end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
4090 4091 4092 |
# File 'sig/types.rbs', line 4090 def iops @iops end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
4087 4088 4089 |
# File 'sig/types.rbs', line 4087 def license_model @license_model end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
4126 4127 4128 |
# File 'sig/types.rbs', line 4126 def manage_master_user_password @manage_master_user_password end |
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
4112 4113 4114 |
# File 'sig/types.rbs', line 4112 def max_allocated_storage @max_allocated_storage end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
4114 4115 4116 |
# File 'sig/types.rbs', line 4114 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
4092 4093 4094 |
# File 'sig/types.rbs', line 4092 def option_group_name @option_group_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
4081 4082 4083 |
# File 'sig/types.rbs', line 4081 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
4120 4121 4122 |
# File 'sig/types.rbs', line 4120 def preferred_backup_window @preferred_backup_window end |
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
4107 4108 4109 |
# File 'sig/types.rbs', line 4107 def processor_features @processor_features end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
4085 4086 4087 |
# File 'sig/types.rbs', line 4085 def publicly_accessible @publicly_accessible end |
#restore_time ⇒ ::Time
Returns the value of attribute restore_time.
4078 4079 4080 |
# File 'sig/types.rbs', line 4078 def restore_time @restore_time end |
#source_db_instance_automated_backups_arn ⇒ ::String
Returns the value of attribute source_db_instance_automated_backups_arn.
4115 4116 4117 |
# File 'sig/types.rbs', line 4115 def source_db_instance_automated_backups_arn @source_db_instance_automated_backups_arn end |
#source_db_instance_identifier ⇒ ::String
Returns the value of attribute source_db_instance_identifier.
4076 4077 4078 |
# File 'sig/types.rbs', line 4076 def source_db_instance_identifier @source_db_instance_identifier end |
#source_dbi_resource_id ⇒ ::String
Returns the value of attribute source_dbi_resource_id.
4111 4112 4113 |
# File 'sig/types.rbs', line 4111 def source_dbi_resource_id @source_dbi_resource_id end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
4091 4092 4093 |
# File 'sig/types.rbs', line 4091 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
4095 4096 4097 |
# File 'sig/types.rbs', line 4095 def storage_type @storage_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
4125 4126 4127 |
# File 'sig/types.rbs', line 4125 def tag_specifications @tag_specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 def @tags end |
#target_db_instance_identifier ⇒ ::String
Returns the value of attribute target_db_instance_identifier.
4077 4078 4079 |
# File 'sig/types.rbs', line 4077 def target_db_instance_identifier @target_db_instance_identifier end |
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
4096 4097 4098 |
# File 'sig/types.rbs', line 4096 def tde_credential_arn @tde_credential_arn end |
#tde_credential_password ⇒ ::String
Returns the value of attribute tde_credential_password.
4097 4098 4099 |
# File 'sig/types.rbs', line 4097 def tde_credential_password @tde_credential_password end |
#use_default_processor_features ⇒ Boolean
Returns the value of attribute use_default_processor_features.
4108 4109 4110 |
# File 'sig/types.rbs', line 4108 def use_default_processor_features @use_default_processor_features end |
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
4079 4080 4081 |
# File 'sig/types.rbs', line 4079 def use_latest_restorable_time @use_latest_restorable_time end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
4098 4099 4100 |
# File 'sig/types.rbs', line 4098 def vpc_security_group_ids @vpc_security_group_ids end |