Class: Aws::Types::TableRestoreStatus
- Inherits:
-
Object
- Object
- Aws::Types::TableRestoreStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#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.
-
#request_time ⇒ ::Time
Returns the value of attribute request_time.
-
#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.
-
#status ⇒ "PENDING", ...
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.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def cluster_identifier @cluster_identifier end |
#message ⇒ ::String
Returns the value of attribute message.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def @message end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def new_table_name @new_table_name end |
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def progress_in_mega_bytes @progress_in_mega_bytes end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def request_time @request_time end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def snapshot_identifier @snapshot_identifier end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def source_table_name @source_table_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def status @status end |
#table_restore_request_id ⇒ ::String
Returns the value of attribute table_restore_request_id.
3024 3025 3026 |
# File 'sig/types.rbs', line 3024 def table_restore_request_id @table_restore_request_id end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
3035 3036 3037 |
# File 'sig/types.rbs', line 3035 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
3036 3037 3038 |
# File 'sig/types.rbs', line 3036 def target_schema_name @target_schema_name end |
#total_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_data_in_mega_bytes.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def total_data_in_mega_bytes @total_data_in_mega_bytes end |