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)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def message
  @message
end

#progress_in_mega_bytes::Integer

Returns the value of attribute progress_in_mega_bytes.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def resize_type
  @resize_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def total_resize_data_in_mega_bytes
  @total_resize_data_in_mega_bytes
end