AWS SDK for .NET Documentation
DescribeOrderableClusterOptionsResult Class
AmazonAmazon.Redshift.ModelDescribeOrderableClusterOptionsResult Did this page help you?   Yes   No    Tell us about it...
Contains the output from the DescribeOrderableClusterOptions action.
Declaration Syntax
C#
public class DescribeOrderableClusterOptionsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeOrderableClusterOptionsResult()()()()
Initializes a new instance of the DescribeOrderableClusterOptionsResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
Gets and sets the property Marker.

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the

CopyC#
Marker
parameter and retrying the command. If the
CopyC#
Marker
field is empty, all response records have been retrieved for the request.


OrderableClusterOptions
Gets and sets the property OrderableClusterOptions.

An OrderableClusterOption structure containing information about orderable options for the Cluster.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMarker(String) Obsolete.
Sets the Marker property

WithOrderableClusterOptions(array<OrderableClusterOption>[]()[][]) Obsolete.
Sets the OrderableClusterOptions property

WithOrderableClusterOptions(IEnumerable<(Of <<'(OrderableClusterOption>)>>)) Obsolete.
Sets the OrderableClusterOptions property

Inheritance Hierarchy
Object
DescribeOrderableClusterOptionsResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)