class Aws::Redshift::Types::DescribeClusterTracksMessage

@note When making an API call, you may pass DescribeClusterTracksMessage

data as a hash:

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

@!attribute [rw] maintenance_track_name

The name of the maintenance track.
@return [String]

@!attribute [rw] max_records

An integer value for the maximum number of maintenance tracks to
return.
@return [Integer]

@!attribute [rw] marker

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeClusterTracksMessage AWS API Documentation

Constants

SENSITIVE