Class: Aws::Types::RestoreTableFromClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTableFromClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#enable_case_sensitive_identifier ⇒ Boolean
Returns the value of attribute enable_case_sensitive_identifier.
-
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#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.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def cluster_identifier @cluster_identifier end |
#enable_case_sensitive_identifier ⇒ Boolean
Returns the value of attribute enable_case_sensitive_identifier.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def enable_case_sensitive_identifier @enable_case_sensitive_identifier end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def new_table_name @new_table_name end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def snapshot_identifier @snapshot_identifier end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def source_table_name @source_table_name end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def target_schema_name @target_schema_name end |