Method: Aws::SecurityHub::Types::AwsRedshiftClusterPendingModifiedValues#encryption_type
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#encryption_type ⇒ String
The encryption type for a cluster.
17530 17531 17532 17533 17534 17535 17536 17537 17538 17539 17540 17541 17542 17543 17544 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17530 class AwsRedshiftClusterPendingModifiedValues < Struct.new( :automated_snapshot_retention_period, :cluster_identifier, :cluster_type, :cluster_version, :encryption_type, :enhanced_vpc_routing, :maintenance_track_name, :master_user_password, :node_type, :number_of_nodes, :publicly_accessible) SENSITIVE = [] include Aws::Structure end |