Class: Aws::Types::RestoreTableFromRecoveryPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTableFromRecoveryPointRequest
- 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.
-
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
-
#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.
830 831 832 |
# File 'sig/types.rbs', line 830 def activate_case_sensitive_identifier @activate_case_sensitive_identifier end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
831 832 833 |
# File 'sig/types.rbs', line 831 def namespace_name @namespace_name end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
832 833 834 |
# File 'sig/types.rbs', line 832 def new_table_name @new_table_name end |
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
833 834 835 |
# File 'sig/types.rbs', line 833 def recovery_point_id @recovery_point_id end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
834 835 836 |
# File 'sig/types.rbs', line 834 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
836 837 838 |
# File 'sig/types.rbs', line 836 def source_table_name @source_table_name end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
837 838 839 |
# File 'sig/types.rbs', line 837 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
838 839 840 |
# File 'sig/types.rbs', line 838 def target_schema_name @target_schema_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
839 840 841 |
# File 'sig/types.rbs', line 839 def workgroup_name @workgroup_name end |