Class: Aws::MemoryDB::Types::DescribeReservedNodesOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DescribeReservedNodesOfferingsResponse
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An optional marker returned from a prior request.
-
#reserved_nodes_offerings ⇒ Array<Types::ReservedNodesOffering>
Lists available reserved node offerings.
Instance Attribute Details
#next_token ⇒ String
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.
1514 1515 1516 1517 1518 1519 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1514 class DescribeReservedNodesOfferingsResponse < Struct.new( :next_token, :reserved_nodes_offerings) SENSITIVE = [] include Aws::Structure end |
#reserved_nodes_offerings ⇒ Array<Types::ReservedNodesOffering>
Lists available reserved node offerings.
1514 1515 1516 1517 1518 1519 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1514 class DescribeReservedNodesOfferingsResponse < Struct.new( :next_token, :reserved_nodes_offerings) SENSITIVE = [] include Aws::Structure end |