Class: Aws::Types::TableRestoreStatus
- Inherits:
-
Object
- Object
- Aws::Types::TableRestoreStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
-
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
-
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
-
#request_time ⇒ ::Time
Returns the value of attribute request_time.
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#table_restore_request_id ⇒ ::String
Returns the value of attribute table_restore_request_id.
-
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
-
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
-
#total_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_data_in_mega_bytes.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
961 962 963 |
# File 'sig/types.rbs', line 961 def @message end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
962 963 964 |
# File 'sig/types.rbs', line 962 def namespace_name @namespace_name end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
963 964 965 |
# File 'sig/types.rbs', line 963 def new_table_name @new_table_name end |
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
964 965 966 |
# File 'sig/types.rbs', line 964 def progress_in_mega_bytes @progress_in_mega_bytes end |
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
965 966 967 |
# File 'sig/types.rbs', line 965 def recovery_point_id @recovery_point_id end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
966 967 968 |
# File 'sig/types.rbs', line 966 def request_time @request_time end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
967 968 969 |
# File 'sig/types.rbs', line 967 def snapshot_name @snapshot_name end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
968 969 970 |
# File 'sig/types.rbs', line 968 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
969 970 971 |
# File 'sig/types.rbs', line 969 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
970 971 972 |
# File 'sig/types.rbs', line 970 def source_table_name @source_table_name end |
#status ⇒ ::String
Returns the value of attribute status.
971 972 973 |
# File 'sig/types.rbs', line 971 def status @status end |
#table_restore_request_id ⇒ ::String
Returns the value of attribute table_restore_request_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def table_restore_request_id @table_restore_request_id end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
973 974 975 |
# File 'sig/types.rbs', line 973 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
974 975 976 |
# File 'sig/types.rbs', line 974 def target_schema_name @target_schema_name end |
#total_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_data_in_mega_bytes.
975 976 977 |
# File 'sig/types.rbs', line 975 def total_data_in_mega_bytes @total_data_in_mega_bytes end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
976 977 978 |
# File 'sig/types.rbs', line 976 def workgroup_name @workgroup_name end |