Class: Aws::ElastiCache::Types::DeleteCacheSecurityGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteCacheSecurityGroupMessage
- 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
-
#cache_security_group_name ⇒ String
The name of the cache security group to delete.
Instance Attribute Details
#cache_security_group_name ⇒ String
The name of the cache security group to delete.
3416 3417 3418 3419 3420 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3416 class DeleteCacheSecurityGroupMessage < Struct.new( :cache_security_group_name) SENSITIVE = [] include Aws::Structure end |