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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_groupTypes::CacheSecurityGroup

Represents the output of one of the following operations:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress



2170
2171
2172
2173
2174
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2170

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