Class: Aws::Types::AwsRedshiftClusterResizeInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_cancel_resizeBoolean

Returns the value of attribute allow_cancel_resize.

Returns:

  • (Boolean)


3865
3866
3867
# File 'sig/types.rbs', line 3865

def allow_cancel_resize
  @allow_cancel_resize
end

#resize_type::String

Returns the value of attribute resize_type.

Returns:

  • (::String)


3866
3867
3868
# File 'sig/types.rbs', line 3866

def resize_type
  @resize_type
end