Class: Aws::Types::ResizeProgressMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2607
2608
2609
# File 'sig/types.rbs', line 2607

def message
  @message
end

#progress_in_mega_bytes::Integer

Returns the value of attribute progress_in_mega_bytes.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2606
2607
2608
# File 'sig/types.rbs', line 2606

def resize_type
  @resize_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def total_resize_data_in_mega_bytes
  @total_resize_data_in_mega_bytes
end