Class: Aws::Types::RestoreDBInstanceFromDBSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBInstanceFromDBSnapshotMessage
- 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_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
-
#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_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#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.
-
#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.
-
#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.
-
#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.
-
#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.
4000 4001 4002 |
# File 'sig/types.rbs', line 4000 def additional_storage_volumes @additional_storage_volumes end |
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3993 3994 3995 |
# File 'sig/types.rbs', line 3993 def allocated_storage @allocated_storage end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
3964 3965 3966 |
# File 'sig/types.rbs', line 3964 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3960 3961 3962 |
# File 'sig/types.rbs', line 3960 def availability_zone @availability_zone end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3995 3996 3997 |
# File 'sig/types.rbs', line 3995 def backup_retention_period @backup_retention_period end |
#backup_target ⇒ ::String
Returns the value of attribute backup_target.
3991 3992 3993 |
# File 'sig/types.rbs', line 3991 def backup_target @backup_target end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
3998 3999 4000 |
# File 'sig/types.rbs', line 3998 def ca_certificate_identifier @ca_certificate_identifier end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
3981 3982 3983 |
# File 'sig/types.rbs', line 3981 def @copy_tags_to_snapshot end |
#custom_iam_instance_profile ⇒ ::String
Returns the value of attribute custom_iam_instance_profile.
3992 3993 3994 |
# File 'sig/types.rbs', line 3992 def custom_iam_instance_profile @custom_iam_instance_profile end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
3994 3995 3996 |
# File 'sig/types.rbs', line 3994 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
3958 3959 3960 |
# File 'sig/types.rbs', line 3958 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3956 3957 3958 |
# File 'sig/types.rbs', line 3956 def db_instance_identifier @db_instance_identifier end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
3966 3967 3968 |
# File 'sig/types.rbs', line 3966 def db_name @db_name end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
3987 3988 3989 |
# File 'sig/types.rbs', line 3987 def db_parameter_group_name @db_parameter_group_name end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
3957 3958 3959 |
# File 'sig/types.rbs', line 3957 def db_snapshot_identifier @db_snapshot_identifier end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
3961 3962 3963 |
# File 'sig/types.rbs', line 3961 def db_subnet_group_name @db_subnet_group_name end |
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
3997 3998 3999 |
# File 'sig/types.rbs', line 3997 def dedicated_log_volume @dedicated_log_volume end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3988 3989 3990 |
# File 'sig/types.rbs', line 3988 def deletion_protection @deletion_protection end |
#domain ⇒ ::String
Returns the value of attribute domain.
3976 3977 3978 |
# File 'sig/types.rbs', line 3976 def domain @domain end |
#domain_auth_secret_arn ⇒ ::String
Returns the value of attribute domain_auth_secret_arn.
3979 3980 3981 |
# File 'sig/types.rbs', line 3979 def domain_auth_secret_arn @domain_auth_secret_arn end |
#domain_dns_ips ⇒ ::Array[::String]
Returns the value of attribute domain_dns_ips.
3980 3981 3982 |
# File 'sig/types.rbs', line 3980 def domain_dns_ips @domain_dns_ips end |
#domain_fqdn ⇒ ::String
Returns the value of attribute domain_fqdn.
3977 3978 3979 |
# File 'sig/types.rbs', line 3977 def domain_fqdn @domain_fqdn end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
3982 3983 3984 |
# File 'sig/types.rbs', line 3982 def domain_iam_role_name @domain_iam_role_name end |
#domain_ou ⇒ ::String
Returns the value of attribute domain_ou.
3978 3979 3980 |
# File 'sig/types.rbs', line 3978 def domain_ou @domain_ou end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
3984 3985 3986 |
# File 'sig/types.rbs', line 3984 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_customer_owned_ip ⇒ Boolean
Returns the value of attribute enable_customer_owned_ip.
3989 3990 3991 |
# File 'sig/types.rbs', line 3989 def enable_customer_owned_ip @enable_customer_owned_ip end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
3983 3984 3985 |
# File 'sig/types.rbs', line 3983 def enable_iam_database_authentication @enable_iam_database_authentication end |
#engine ⇒ ::String
Returns the value of attribute engine.
3967 3968 3969 |
# File 'sig/types.rbs', line 3967 def engine @engine end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
3999 4000 4001 |
# File 'sig/types.rbs', line 3999 def engine_lifecycle_support @engine_lifecycle_support end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3968 3969 3970 |
# File 'sig/types.rbs', line 3968 def iops @iops end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
3965 3966 3967 |
# File 'sig/types.rbs', line 3965 def license_model @license_model end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
4002 4003 4004 |
# File 'sig/types.rbs', line 4002 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.
4003 4004 4005 |
# File 'sig/types.rbs', line 4003 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3962 3963 3964 |
# File 'sig/types.rbs', line 3962 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
3990 3991 3992 |
# File 'sig/types.rbs', line 3990 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3970 3971 3972 |
# File 'sig/types.rbs', line 3970 def option_group_name @option_group_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
3959 3960 3961 |
# File 'sig/types.rbs', line 3959 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3996 3997 3998 |
# File 'sig/types.rbs', line 3996 def preferred_backup_window @preferred_backup_window end |
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
3985 3986 3987 |
# File 'sig/types.rbs', line 3985 def processor_features @processor_features end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3963 3964 3965 |
# File 'sig/types.rbs', line 3963 def publicly_accessible @publicly_accessible end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
3969 3970 3971 |
# File 'sig/types.rbs', line 3969 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3972 3973 3974 |
# File 'sig/types.rbs', line 3972 def storage_type @storage_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
4001 4002 4003 |
# File 'sig/types.rbs', line 4001 def tag_specifications @tag_specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3971 3972 3973 |
# File 'sig/types.rbs', line 3971 def @tags end |
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
3973 3974 3975 |
# File 'sig/types.rbs', line 3973 def tde_credential_arn @tde_credential_arn end |
#tde_credential_password ⇒ ::String
Returns the value of attribute tde_credential_password.
3974 3975 3976 |
# File 'sig/types.rbs', line 3974 def tde_credential_password @tde_credential_password end |
#use_default_processor_features ⇒ Boolean
Returns the value of attribute use_default_processor_features.
3986 3987 3988 |
# File 'sig/types.rbs', line 3986 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.
3975 3976 3977 |
# File 'sig/types.rbs', line 3975 def vpc_security_group_ids @vpc_security_group_ids end |