GetReservedNodeExchangeOfferingsOutputMessage class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
marker
→ String?
-
An optional parameter that specifies the starting point for returning a set
of response records. When the results of a
GetReservedNodeExchangeOfferings
request exceed the value
specified in MaxRecords, Amazon Redshift returns a value in the marker field
of the response. You can retrieve the next set of response records by
providing the returned marker value in the marker parameter and retrying the
request.
final
-
reservedNodeOfferings
→ List<ReservedNodeOffering>?
-
Returns an array of ReservedNodeOffering objects.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited