Class: Aws::ElastiCache::Types::DeleteCacheSecurityGroupMessage

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

Overview

Represents the input of a DeleteCacheSecurityGroup operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_nameString

The name of the cache security group to delete.

You cannot delete the default security group.

Returns:

  • (String)


3413
3414
3415
3416
3417
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3413

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