Class: Aws::Redshift::Types::RotateEncryptionKeyMessage

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 the cluster that you want to rotate the encryption keys for.

Constraints: Must be the name of valid cluster that has encryption enabled.

Returns:

  • (String)


10817
10818
10819
10820
10821
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10817

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