Class: Aws::Redshift::Types::ResizeProgressMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Describes the result of a cluster resize operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avg_resize_rate_in_mega_bytes_per_secondFloat

The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

Returns:

  • (Float)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#data_transfer_progress_percentFloat

The percent of data transferred from source cluster to target cluster.

Returns:

  • (Float)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#elapsed_time_in_secondsInteger

The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

Returns:

  • (Integer)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_time_to_completion_in_secondsInteger

The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

Returns:

  • (Integer)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#import_tables_completedArray<String>

The names of tables that have been completely imported .

Valid Values: List of table names.

Returns:

  • (Array<String>)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#import_tables_in_progressArray<String>

The names of tables that are being currently imported.

Valid Values: List of table names.

Returns:

  • (Array<String>)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#import_tables_not_startedArray<String>

The names of tables that have not been yet imported.

Valid Values: List of table names

Returns:

  • (Array<String>)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

An optional string to provide additional details about the resize action.

Returns:

  • (String)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#progress_in_mega_bytesInteger

While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

Returns:

  • (Integer)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#resize_typeString

An enum with possible values of ClassicResize and ElasticResize. These values describe the type of resize operation being performed.

Returns:

  • (String)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED | CANCELLING

Returns:

  • (String)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#target_cluster_typeString

The cluster type after the resize operation is complete.

Valid Values: multi-node | single-node

Returns:

  • (String)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#target_encryption_typeString

The type of encryption for the cluster after the resize is complete.

Possible values are KMS and None.

Returns:

  • (String)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#target_node_typeString

The node type that the cluster will have after the resize operation is complete.

Returns:

  • (String)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#target_number_of_nodesInteger

The number of nodes that the cluster will have after the resize operation is complete.

Returns:

  • (Integer)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end

#total_resize_data_in_mega_bytesInteger

The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

Returns:

  • (Integer)


10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10081

class ResizeProgressMessage < Struct.new(
  :target_node_type,
  :target_number_of_nodes,
  :target_cluster_type,
  :status,
  :import_tables_completed,
  :import_tables_in_progress,
  :import_tables_not_started,
  :avg_resize_rate_in_mega_bytes_per_second,
  :total_resize_data_in_mega_bytes,
  :progress_in_mega_bytes,
  :elapsed_time_in_seconds,
  :estimated_time_to_completion_in_seconds,
  :resize_type,
  :message,
  :target_encryption_type,
  :data_transfer_progress_percent)
  SENSITIVE = []
  include Aws::Structure
end