Class: Aws::RedshiftServerless::Types::RestoreTableFromRecoveryPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::RestoreTableFromRecoveryPointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activate_case_sensitive_identifier ⇒ Boolean
Indicates whether name identifiers for database, schema, and table are case sensitive.
-
#namespace_name ⇒ String
Namespace of the recovery point to restore from.
-
#new_table_name ⇒ String
The name of the table to create from the restore operation.
-
#recovery_point_id ⇒ String
The ID of the recovery point to restore the table from.
-
#source_database_name ⇒ String
The name of the source database that contains the table being restored.
-
#source_schema_name ⇒ String
The name of the source schema that contains the table being restored.
-
#source_table_name ⇒ String
The name of the source table being restored.
-
#target_database_name ⇒ String
The name of the database to restore the table to.
-
#target_schema_name ⇒ String
The name of the schema to restore the table to.
-
#workgroup_name ⇒ String
The workgroup to restore the table to.
Instance Attribute Details
#activate_case_sensitive_identifier ⇒ Boolean
Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
Namespace of the recovery point to restore from.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#new_table_name ⇒ String
The name of the table to create from the restore operation.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#recovery_point_id ⇒ String
The ID of the recovery point to restore the table from.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#source_database_name ⇒ String
The name of the source database that contains the table being restored.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#source_schema_name ⇒ String
The name of the source schema that contains the table being restored.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#source_table_name ⇒ String
The name of the source table being restored.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#target_database_name ⇒ String
The name of the database to restore the table to.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#target_schema_name ⇒ String
The name of the schema to restore the table to.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The workgroup to restore the table to.
2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2934 class RestoreTableFromRecoveryPointRequest < Struct.new( :activate_case_sensitive_identifier, :namespace_name, :new_table_name, :recovery_point_id, :source_database_name, :source_schema_name, :source_table_name, :target_database_name, :target_schema_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |