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.
11109 11110 11111 11112 11113 |
# File 'lib/aws-sdk-redshift/types.rb', line 11109 class RotateEncryptionKeyResult < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |