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

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

Overview

Note:

When making an API call, you may pass RotateEncryptionKeyMessage data as a hash:

{
  cluster_identifier: "String", # required
}

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)


7420
7421
7422
7423
# File 'lib/aws-sdk-redshift/types.rb', line 7420

class RotateEncryptionKeyMessage < Struct.new(
  :cluster_identifier)
  include Aws::Structure
end