Class: Aws::Redshift::Types::RotateEncryptionKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RotateEncryptionKeyResult
- Defined in:
- gems/aws-sdk-redshift/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.
11218 11219 11220 11221 11222 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11218 class RotateEncryptionKeyResult < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |