Class: Aws::ElastiCache::Types::ReservedCacheNodesOfferingMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ReservedCacheNodesOfferingMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents the output of a ‘DescribeReservedCacheNodesOfferings` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#reserved_cache_nodes_offerings ⇒ Array<Types::ReservedCacheNodesOffering>
A list of reserved cache node offerings.
Instance Attribute Details
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
8365 8366 8367 8368 8369 8370 |
# File 'lib/aws-sdk-elasticache/types.rb', line 8365 class ReservedCacheNodesOfferingMessage < Struct.new( :marker, :reserved_cache_nodes_offerings) SENSITIVE = [] include Aws::Structure end |
#reserved_cache_nodes_offerings ⇒ Array<Types::ReservedCacheNodesOffering>
A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
8365 8366 8367 8368 8369 8370 |
# File 'lib/aws-sdk-elasticache/types.rb', line 8365 class ReservedCacheNodesOfferingMessage < Struct.new( :marker, :reserved_cache_nodes_offerings) SENSITIVE = [] include Aws::Structure end |