Class: Aws::ElastiCache::Types::RevokeCacheSecurityGroupIngressResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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`



8434
8435
8436
8437
8438
# File 'lib/aws-sdk-elasticache/types.rb', line 8434

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