Class: Aws::MemoryDB::Types::DescribeReservedNodesOfferingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Returns:

  • (String)


1672
1673
1674
1675
1676
1677
# File 'lib/aws-sdk-memorydb/types.rb', line 1672

class DescribeReservedNodesOfferingsResponse < Struct.new(
  :next_token,
  :reserved_nodes_offerings)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_nodes_offeringsArray<Types::ReservedNodesOffering>

Lists available reserved node offerings.

Returns:



1672
1673
1674
1675
1676
1677
# File 'lib/aws-sdk-memorydb/types.rb', line 1672

class DescribeReservedNodesOfferingsResponse < Struct.new(
  :next_token,
  :reserved_nodes_offerings)
  SENSITIVE = []
  include Aws::Structure
end