Class: Aws::Redshift::Types::RotateEncryptionKeyMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RotateEncryptionKeyMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The unique identifier of the cluster that you want to rotate the encryption keys for.
Instance Attribute Details
#cluster_identifier ⇒ String
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.
11097 11098 11099 11100 11101 |
# File 'lib/aws-sdk-redshift/types.rb', line 11097 class RotateEncryptionKeyMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |