Module: Aws::Redshift::Client::_CancelResizeResponseSuccess
- 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
226 |
# File 'sig/client.rbs', line 226
def avg_resize_rate_in_mega_bytes_per_second: () -> ::Float
|
#data_transfer_progress_percent ⇒ ::Float
234 |
# File 'sig/client.rbs', line 234
def data_transfer_progress_percent: () -> ::Float
|
#elapsed_time_in_seconds ⇒ ::Integer
229 |
# File 'sig/client.rbs', line 229
def elapsed_time_in_seconds: () -> ::Integer
|
#estimated_time_to_completion_in_seconds ⇒ ::Integer
230 |
# File 'sig/client.rbs', line 230
def estimated_time_to_completion_in_seconds: () -> ::Integer
|
#import_tables_completed ⇒ ::Array[::String]
223 |
# File 'sig/client.rbs', line 223
def import_tables_completed: () -> ::Array[::String]
|
#import_tables_in_progress ⇒ ::Array[::String]
224 |
# File 'sig/client.rbs', line 224
def import_tables_in_progress: () -> ::Array[::String]
|
#import_tables_not_started ⇒ ::Array[::String]
225 |
# File 'sig/client.rbs', line 225
def import_tables_not_started: () -> ::Array[::String]
|
#message ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def message: () -> ::String
|
#progress_in_mega_bytes ⇒ ::Integer
228 |
# File 'sig/client.rbs', line 228
def progress_in_mega_bytes: () -> ::Integer
|
#resize_type ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def resize_type: () -> ::String
|
#status ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def status: () -> ::String
|
#target_cluster_type ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def target_cluster_type: () -> ::String
|
#target_encryption_type ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def target_encryption_type: () -> ::String
|
#target_node_type ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def target_node_type: () -> ::String
|
#target_number_of_nodes ⇒ ::Integer
220 |
# File 'sig/client.rbs', line 220
def target_number_of_nodes: () -> ::Integer
|
#total_resize_data_in_mega_bytes ⇒ ::Integer
227 |
# File 'sig/client.rbs', line 227
def total_resize_data_in_mega_bytes: () -> ::Integer
|