Class: Aws::Redshift::Types::DescribeResizeMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

By default, resize operations for all clusters defined for an Amazon Web Services account are returned.

Returns:

  • (String)


5476
5477
5478
5479
5480
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5476

class DescribeResizeMessage < Struct.new(
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end