Class: Aws::ElastiCache::Types::CacheEngineVersionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheEngineVersionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents the output of a DescribeCacheEngineVersions operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_engine_versions ⇒ Array<Types::CacheEngineVersion>
A list of cache engine version details.
-
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
Instance Attribute Details
#cache_engine_versions ⇒ Array<Types::CacheEngineVersion>
A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.
696 697 698 699 700 701 |
# File 'lib/aws-sdk-elasticache/types.rb', line 696 class CacheEngineVersionMessage < Struct.new( :marker, :cache_engine_versions) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
696 697 698 699 700 701 |
# File 'lib/aws-sdk-elasticache/types.rb', line 696 class CacheEngineVersionMessage < Struct.new( :marker, :cache_engine_versions) SENSITIVE = [] include Aws::Structure end |