Class: Aws::ElastiCache::Types::CacheSecurityGroupMessage

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

Overview

Represents the output of a ‘DescribeCacheSecurityGroups` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_groupsArray<Types::CacheSecurityGroup>

A list of cache security groups. Each element in the list contains detailed information about one group.

Returns:



1239
1240
1241
1242
1243
1244
# File 'lib/aws-sdk-elasticache/types.rb', line 1239

class CacheSecurityGroupMessage < Struct.new(
  :marker,
  :cache_security_groups)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
# File 'lib/aws-sdk-elasticache/types.rb', line 1239

class CacheSecurityGroupMessage < Struct.new(
  :marker,
  :cache_security_groups)
  SENSITIVE = []
  include Aws::Structure
end