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.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def cluster_identifier @cluster_identifier end |
#message ⇒ ::String
Returns the value of attribute message.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def @message end |
#new_table_name ⇒ ::String
Returns the value of attribute new_table_name.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def new_table_name @new_table_name end |
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def progress_in_mega_bytes @progress_in_mega_bytes end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def request_time @request_time end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def snapshot_identifier @snapshot_identifier end |
#source_database_name ⇒ ::String
Returns the value of attribute source_database_name.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def source_database_name @source_database_name end |
#source_schema_name ⇒ ::String
Returns the value of attribute source_schema_name.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def source_schema_name @source_schema_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def source_table_name @source_table_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
3005 3006 3007 |
# File 'sig/types.rbs', line 3005 def status @status end |
#table_restore_request_id ⇒ ::String
Returns the value of attribute table_restore_request_id.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def table_restore_request_id @table_restore_request_id end |
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def target_database_name @target_database_name end |
#target_schema_name ⇒ ::String
Returns the value of attribute target_schema_name.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def target_schema_name @target_schema_name end |
#total_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_data_in_mega_bytes.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def total_data_in_mega_bytes @total_data_in_mega_bytes end |