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
1392 |
# File 'sig/client.rbs', line 1392
def avg_resize_rate_in_mega_bytes_per_second: () -> ::Float
|
#data_transfer_progress_percent ⇒ ::Float
1400 |
# File 'sig/client.rbs', line 1400
def data_transfer_progress_percent: () -> ::Float
|
#elapsed_time_in_seconds ⇒ ::Integer
1395 |
# File 'sig/client.rbs', line 1395
def elapsed_time_in_seconds: () -> ::Integer
|
#estimated_time_to_completion_in_seconds ⇒ ::Integer
1396 |
# File 'sig/client.rbs', line 1396
def estimated_time_to_completion_in_seconds: () -> ::Integer
|
#import_tables_completed ⇒ ::Array[::String]
1389 |
# File 'sig/client.rbs', line 1389
def import_tables_completed: () -> ::Array[::String]
|
#import_tables_in_progress ⇒ ::Array[::String]
1390 |
# File 'sig/client.rbs', line 1390
def import_tables_in_progress: () -> ::Array[::String]
|
#import_tables_not_started ⇒ ::Array[::String]
1391 |
# File 'sig/client.rbs', line 1391
def import_tables_not_started: () -> ::Array[::String]
|
#message ⇒ ::String
1398 |
# File 'sig/client.rbs', line 1398
def message: () -> ::String
|
#progress_in_mega_bytes ⇒ ::Integer
1394 |
# File 'sig/client.rbs', line 1394
def progress_in_mega_bytes: () -> ::Integer
|
#resize_type ⇒ ::String
1397 |
# File 'sig/client.rbs', line 1397
def resize_type: () -> ::String
|
#status ⇒ ::String
1388 |
# File 'sig/client.rbs', line 1388
def status: () -> ::String
|
#target_cluster_type ⇒ ::String
1387 |
# File 'sig/client.rbs', line 1387
def target_cluster_type: () -> ::String
|
#target_encryption_type ⇒ ::String
1399 |
# File 'sig/client.rbs', line 1399
def target_encryption_type: () -> ::String
|
#target_node_type ⇒ ::String
1385 |
# File 'sig/client.rbs', line 1385
def target_node_type: () -> ::String
|
#target_number_of_nodes ⇒ ::Integer
1386 |
# File 'sig/client.rbs', line 1386
def target_number_of_nodes: () -> ::Integer
|
#total_resize_data_in_mega_bytes ⇒ ::Integer
1393 |
# File 'sig/client.rbs', line 1393
def total_resize_data_in_mega_bytes: () -> ::Integer
|