Class: Aws::Redshift::Types::DeleteClusterSecurityGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteClusterSecurityGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_security_group_name ⇒ String
The name of the cluster security group to be deleted.
Instance Attribute Details
#cluster_security_group_name ⇒ String
The name of the cluster security group to be deleted.
3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-redshift/types.rb', line 3626 class DeleteClusterSecurityGroupMessage < Struct.new( :cluster_security_group_name) SENSITIVE = [] include Aws::Structure end |