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.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 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.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def data_transfer_progress_percent @data_transfer_progress_percent end |
#elapsed_time_in_seconds ⇒ ::Integer
Returns the value of attribute elapsed_time_in_seconds.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 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.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 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.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def import_tables_completed @import_tables_completed end |
#import_tables_in_progress ⇒ ::Array[::String]
Returns the value of attribute import_tables_in_progress.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 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.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def import_tables_not_started @import_tables_not_started end |
#message ⇒ ::String
Returns the value of attribute message.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def @message end |
#progress_in_mega_bytes ⇒ ::Integer
Returns the value of attribute progress_in_mega_bytes.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def progress_in_mega_bytes @progress_in_mega_bytes end |
#resize_type ⇒ ::String
Returns the value of attribute resize_type.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def resize_type @resize_type end |
#status ⇒ ::String
Returns the value of attribute status.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def status @status end |
#target_cluster_type ⇒ ::String
Returns the value of attribute target_cluster_type.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def target_cluster_type @target_cluster_type end |
#target_encryption_type ⇒ ::String
Returns the value of attribute target_encryption_type.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def target_encryption_type @target_encryption_type end |
#target_node_type ⇒ ::String
Returns the value of attribute target_node_type.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def target_node_type @target_node_type end |
#target_number_of_nodes ⇒ ::Integer
Returns the value of attribute target_number_of_nodes.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 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.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def total_resize_data_in_mega_bytes @total_resize_data_in_mega_bytes end |