Class: Aws::ElastiCache::Types::CreateCacheSecurityGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateCacheSecurityGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_security_group ⇒ Types::CacheSecurityGroup
Represents the output of one of the following operations:.
Instance Attribute Details
#cache_security_group ⇒ Types::CacheSecurityGroup
Represents the output of one of the following operations:
-
‘AuthorizeCacheSecurityGroupIngress`
-
‘CreateCacheSecurityGroup`
-
‘RevokeCacheSecurityGroupIngress`
2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2168 class CreateCacheSecurityGroupResult < Struct.new( :cache_security_group) SENSITIVE = [] include Aws::Structure end |