Class: Aws::ElastiCache::Types::CacheSecurityGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheSecurityGroupMessage
- 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
-
#cache_security_groups ⇒ Array<Types::CacheSecurityGroup>
A list of cache security groups.
-
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
Instance Attribute Details
#cache_security_groups ⇒ Array<Types::CacheSecurityGroup>
A list of cache security groups. Each element in the list contains detailed information about one group.
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 |
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
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 |