Class: Aws::Redshift::Types::RotateEncryptionKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RotateEncryptionKeyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Describes a cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Describes a cluster.
10819 10820 10821 10822 10823 |
# File 'lib/aws-sdk-redshift/types.rb', line 10819 class RotateEncryptionKeyResult < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |