class Aws::Redshift::Types::ResizeProgressMessage

Describes the result of a cluster resize operation.

@!attribute [rw] target_node_type

The node type that the cluster will have after the resize operation
is complete.
@return [String]

@!attribute [rw] target_number_of_nodes

The number of nodes that the cluster will have after the resize
operation is complete.
@return [Integer]

@!attribute [rw] target_cluster_type

The cluster type after the resize operation is complete.

Valid Values: `multi-node` \| `single-node`
@return [String]

@!attribute [rw] status

The status of the resize operation.

Valid Values: `NONE` \| `IN_PROGRESS` \| `FAILED` \| `SUCCEEDED` \|
`CANCELLING`
@return [String]

@!attribute [rw] import_tables_completed

The names of tables that have been completely imported .

Valid Values: List of table names.
@return [Array<String>]

@!attribute [rw] import_tables_in_progress

The names of tables that are being currently imported.

Valid Values: List of table names.
@return [Array<String>]

@!attribute [rw] import_tables_not_started

The names of tables that have not been yet imported.

Valid Values: List of table names
@return [Array<String>]

@!attribute [rw] avg_resize_rate_in_mega_bytes_per_second

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.
@return [Float]

@!attribute [rw] total_resize_data_in_mega_bytes

The estimated total amount of data, in megabytes, on the cluster
before the resize operation began.
@return [Integer]

@!attribute [rw] progress_in_mega_bytes

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).
@return [Integer]

@!attribute [rw] elapsed_time_in_seconds

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.
@return [Integer]

@!attribute [rw] estimated_time_to_completion_in_seconds

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.
@return [Integer]

@!attribute [rw] resize_type

An enum with possible values of `ClassicResize` and `ElasticResize`.
These values describe the type of resize operation being performed.
@return [String]

@!attribute [rw] message

An optional string to provide additional details about the resize
action.
@return [String]

@!attribute [rw] target_encryption_type

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

Possible values are `KMS` and `None`.
@return [String]

@!attribute [rw] data_transfer_progress_percent

The percent of data transferred from source cluster to target
cluster.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeProgressMessage AWS API Documentation

Constants

SENSITIVE