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.
951 952 953 |
# File 'sig/types.rbs', line 951 def @message end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
952 953 954 |
# File 'sig/types.rbs', line 952 def namespace_name @namespace_name end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
953 954 955 |
# File 'sig/types.rbs', line 953 def new_table_name @new_table_name end |
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
954 955 956 |
# File 'sig/types.rbs', line 954 def progress_in_mega_bytes @progress_in_mega_bytes end |
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
955 956 957 |
# File 'sig/types.rbs', line 955 def recovery_point_id @recovery_point_id end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
956 957 958 |
# File 'sig/types.rbs', line 956 def request_time @request_time end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
957 958 959 |
# File 'sig/types.rbs', line 957 def snapshot_name @snapshot_name end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
958 959 960 |
# File 'sig/types.rbs', line 958 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
959 960 961 |
# File 'sig/types.rbs', line 959 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
960 961 962 |
# File 'sig/types.rbs', line 960 def source_table_name @source_table_name end |
#status ⇒ ::String
Returns the value of attribute status.
961 962 963 |
# File 'sig/types.rbs', line 961 def status @status end |
#table_restore_request_id ⇒ ::String
Returns the value of attribute table_restore_request_id.
962 963 964 |
# File 'sig/types.rbs', line 962 def table_restore_request_id @table_restore_request_id end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
963 964 965 |
# File 'sig/types.rbs', line 963 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
964 965 966 |
# File 'sig/types.rbs', line 964 def target_schema_name @target_schema_name end |
#total_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_data_in_mega_bytes.
965 966 967 |
# File 'sig/types.rbs', line 965 def total_data_in_mega_bytes @total_data_in_mega_bytes end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
966 967 968 |
# File 'sig/types.rbs', line 966 def workgroup_name @workgroup_name end |