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

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

Overview

Note:

When making an API call, you may pass DeleteClusterSecurityGroupMessage data as a hash:

{
  cluster_security_group_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_security_group_nameString

The name of the cluster security group to be deleted.

Returns:

  • (String)


2639
2640
2641
2642
# File 'lib/aws-sdk-redshift/types.rb', line 2639

class DeleteClusterSecurityGroupMessage < Struct.new(
  :cluster_security_group_name)
  include Aws::Structure
end