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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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:



1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1243

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)


1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1243

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