You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::DescribeClusterTracksMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeClusterTracksMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  maintenance_track_name: "String",
  max_records: 1,
  marker: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#maintenance_track_nameString

The name of the maintenance track.

Returns:

  • (String)

    The name of the maintenance track.

#markerString

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterTracks 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.

Returns:

  • (String)

    An optional parameter that specifies the starting point to return a set of response records.

#max_recordsInteger

An integer value for the maximum number of maintenance tracks to return.

Returns:

  • (Integer)

    An integer value for the maximum number of maintenance tracks to return.