Class: Aws::ElastiCache::Types::CacheEngineVersionMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cache_engine_versionsArray<Types::CacheEngineVersion>

A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

Returns:



698
699
700
701
702
703
# File 'lib/aws-sdk-elasticache/types.rb', line 698

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

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


698
699
700
701
702
703
# File 'lib/aws-sdk-elasticache/types.rb', line 698

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