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.

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:



887
888
889
890
891
# File 'lib/aws-sdk-elasticache/types.rb', line 887

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

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


887
888
889
890
891
# File 'lib/aws-sdk-elasticache/types.rb', line 887

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