Module: Aws::Redshift::Client::_DescribeResizeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ResizeProgressMessage]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #avg_resize_rate_in_mega_bytes_per_second ⇒ ::Float
- #data_transfer_progress_percent ⇒ ::Float
- #elapsed_time_in_seconds ⇒ ::Integer
- #estimated_time_to_completion_in_seconds ⇒ ::Integer
- #import_tables_completed ⇒ ::Array[::String]
- #import_tables_in_progress ⇒ ::Array[::String]
- #import_tables_not_started ⇒ ::Array[::String]
- #message ⇒ ::String
- #progress_in_mega_bytes ⇒ ::Integer
- #resize_type ⇒ ::String
- #status ⇒ ::String
- #target_cluster_type ⇒ ::String
- #target_encryption_type ⇒ ::String
- #target_node_type ⇒ ::String
- #target_number_of_nodes ⇒ ::Integer
- #total_resize_data_in_mega_bytes ⇒ ::Integer
Instance Method Details
#avg_resize_rate_in_mega_bytes_per_second ⇒ ::Float
1355 |
# File 'sig/client.rbs', line 1355
def avg_resize_rate_in_mega_bytes_per_second: () -> ::Float
|
#data_transfer_progress_percent ⇒ ::Float
1363 |
# File 'sig/client.rbs', line 1363
def data_transfer_progress_percent: () -> ::Float
|
#elapsed_time_in_seconds ⇒ ::Integer
1358 |
# File 'sig/client.rbs', line 1358
def elapsed_time_in_seconds: () -> ::Integer
|
#estimated_time_to_completion_in_seconds ⇒ ::Integer
1359 |
# File 'sig/client.rbs', line 1359
def estimated_time_to_completion_in_seconds: () -> ::Integer
|
#import_tables_completed ⇒ ::Array[::String]
1352 |
# File 'sig/client.rbs', line 1352
def import_tables_completed: () -> ::Array[::String]
|
#import_tables_in_progress ⇒ ::Array[::String]
1353 |
# File 'sig/client.rbs', line 1353
def import_tables_in_progress: () -> ::Array[::String]
|
#import_tables_not_started ⇒ ::Array[::String]
1354 |
# File 'sig/client.rbs', line 1354
def import_tables_not_started: () -> ::Array[::String]
|
#message ⇒ ::String
1361 |
# File 'sig/client.rbs', line 1361
def message: () -> ::String
|
#progress_in_mega_bytes ⇒ ::Integer
1357 |
# File 'sig/client.rbs', line 1357
def progress_in_mega_bytes: () -> ::Integer
|
#resize_type ⇒ ::String
1360 |
# File 'sig/client.rbs', line 1360
def resize_type: () -> ::String
|
#status ⇒ ::String
1351 |
# File 'sig/client.rbs', line 1351
def status: () -> ::String
|
#target_cluster_type ⇒ ::String
1350 |
# File 'sig/client.rbs', line 1350
def target_cluster_type: () -> ::String
|
#target_encryption_type ⇒ ::String
1362 |
# File 'sig/client.rbs', line 1362
def target_encryption_type: () -> ::String
|
#target_node_type ⇒ ::String
1348 |
# File 'sig/client.rbs', line 1348
def target_node_type: () -> ::String
|
#target_number_of_nodes ⇒ ::Integer
1349 |
# File 'sig/client.rbs', line 1349
def target_number_of_nodes: () -> ::Integer
|
#total_resize_data_in_mega_bytes ⇒ ::Integer
1356 |
# File 'sig/client.rbs', line 1356
def total_resize_data_in_mega_bytes: () -> ::Integer
|