Class: Aws::ElastiCache::Types::CreateCacheSecurityGroupResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_groupTypes::CacheSecurityGroup

Represents the output of one of the following operations:

  • ‘AuthorizeCacheSecurityGroupIngress`

  • ‘CreateCacheSecurityGroup`

  • ‘RevokeCacheSecurityGroupIngress`



1587
1588
1589
1590
# File 'lib/aws-sdk-elasticache/types.rb', line 1587

class CreateCacheSecurityGroupResult < Struct.new(
  :cache_security_group)
  include Aws::Structure
end