Class: Aws::Types::ResizeProgressMessage
- Inherits:
-
Object
- Object
- Aws::Types::ResizeProgressMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avg_resize_rate_in_mega_bytes_per_second ⇒ ::Float
Returns the value of attribute avg_resize_rate_in_mega_bytes_per_second.
-
#data_transfer_progress_percent ⇒ ::Float
Returns the value of attribute data_transfer_progress_percent.
-
#elapsed_time_in_seconds ⇒ ::Integer
Returns the value of attribute elapsed_time_in_seconds.
-
#estimated_time_to_completion_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_completion_in_seconds.
-
#import_tables_completed ⇒ ::Array[::String]
Returns the value of attribute import_tables_completed.
-
#import_tables_in_progress ⇒ ::Array[::String]
Returns the value of attribute import_tables_in_progress.
-
#import_tables_not_started ⇒ ::Array[::String]
Returns the value of attribute import_tables_not_started.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
-
#resize_type ⇒ ::String
Returns the value of attribute resize_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#target_cluster_type ⇒ ::String
Returns the value of attribute target_cluster_type.
-
#target_encryption_type ⇒ ::String
Returns the value of attribute target_encryption_type.
-
#target_node_type ⇒ ::String
Returns the value of attribute target_node_type.
-
#target_number_of_nodes ⇒ ::Integer
Returns the value of attribute target_number_of_nodes.
-
#total_resize_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_resize_data_in_mega_bytes.
Instance Attribute Details
#avg_resize_rate_in_mega_bytes_per_second ⇒ ::Float
Returns the value of attribute avg_resize_rate_in_mega_bytes_per_second.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def avg_resize_rate_in_mega_bytes_per_second @avg_resize_rate_in_mega_bytes_per_second end |
#data_transfer_progress_percent ⇒ ::Float
Returns the value of attribute data_transfer_progress_percent.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def data_transfer_progress_percent @data_transfer_progress_percent end |
#elapsed_time_in_seconds ⇒ ::Integer
Returns the value of attribute elapsed_time_in_seconds.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def elapsed_time_in_seconds @elapsed_time_in_seconds end |
#estimated_time_to_completion_in_seconds ⇒ ::Integer
Returns the value of attribute estimated_time_to_completion_in_seconds.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def estimated_time_to_completion_in_seconds @estimated_time_to_completion_in_seconds end |
#import_tables_completed ⇒ ::Array[::String]
Returns the value of attribute import_tables_completed.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def import_tables_completed @import_tables_completed end |
#import_tables_in_progress ⇒ ::Array[::String]
Returns the value of attribute import_tables_in_progress.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def import_tables_in_progress @import_tables_in_progress end |
#import_tables_not_started ⇒ ::Array[::String]
Returns the value of attribute import_tables_not_started.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def import_tables_not_started @import_tables_not_started end |
#message ⇒ ::String
Returns the value of attribute message.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def @message end |
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def progress_in_mega_bytes @progress_in_mega_bytes end |
#resize_type ⇒ ::String
Returns the value of attribute resize_type.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def resize_type @resize_type end |
#status ⇒ ::String
Returns the value of attribute status.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def status @status end |
#target_cluster_type ⇒ ::String
Returns the value of attribute target_cluster_type.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def target_cluster_type @target_cluster_type end |
#target_encryption_type ⇒ ::String
Returns the value of attribute target_encryption_type.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def target_encryption_type @target_encryption_type end |
#target_node_type ⇒ ::String
Returns the value of attribute target_node_type.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def target_node_type @target_node_type end |
#target_number_of_nodes ⇒ ::Integer
Returns the value of attribute target_number_of_nodes.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def target_number_of_nodes @target_number_of_nodes end |
#total_resize_data_in_mega_bytes ⇒ ::Integer
Returns the value of attribute total_resize_data_in_mega_bytes.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def total_resize_data_in_mega_bytes @total_resize_data_in_mega_bytes end |