Class: Aws::Types::RestoreTableFromSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTableFromSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate_case_sensitive_identifier ⇒ Boolean
Returns the value of attribute activate_case_sensitive_identifier.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
-
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
-
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
-
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
-
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#activate_case_sensitive_identifier ⇒ Boolean
Returns the value of attribute activate_case_sensitive_identifier.
849 850 851 |
# File 'sig/types.rbs', line 849 def activate_case_sensitive_identifier @activate_case_sensitive_identifier end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
850 851 852 |
# File 'sig/types.rbs', line 850 def namespace_name @namespace_name end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
851 852 853 |
# File 'sig/types.rbs', line 851 def new_table_name @new_table_name end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
852 853 854 |
# File 'sig/types.rbs', line 852 def snapshot_name @snapshot_name end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
853 854 855 |
# File 'sig/types.rbs', line 853 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
854 855 856 |
# File 'sig/types.rbs', line 854 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
855 856 857 |
# File 'sig/types.rbs', line 855 def source_table_name @source_table_name end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
856 857 858 |
# File 'sig/types.rbs', line 856 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
857 858 859 |
# File 'sig/types.rbs', line 857 def target_schema_name @target_schema_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
858 859 860 |
# File 'sig/types.rbs', line 858 def workgroup_name @workgroup_name end |