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.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def cluster_identifier @cluster_identifier end |
#enable_case_sensitive_identifier ⇒ Boolean
Returns the value of attribute enable_case_sensitive_identifier.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def enable_case_sensitive_identifier @enable_case_sensitive_identifier end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def new_table_name @new_table_name end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def snapshot_identifier @snapshot_identifier end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def source_table_name @source_table_name end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def target_schema_name @target_schema_name end |