Class: Aws::Redshift::Types::DeleteClusterSecurityGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_security_group_nameString

The name of the cluster security group to be deleted.

Returns:

  • (String)


3571
3572
3573
3574
3575
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3571

class DeleteClusterSecurityGroupMessage < Struct.new(
  :cluster_security_group_name)
  SENSITIVE = []
  include Aws::Structure
end