Class: Aws::Redshift::Types::ClusterDbRevisionsMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_db_revisionsArray<Types::ClusterDbRevision>

A list of revisions.

Returns:



1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-redshift/types.rb', line 1118

class ClusterDbRevisionsMessage < Struct.new(
  :marker,
  :cluster_db_revisions)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the ‘marker` parameter and retrying the command. If the `marker` field is empty, all revisions have already been returned.

Returns:

  • (String)


1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-redshift/types.rb', line 1118

class ClusterDbRevisionsMessage < Struct.new(
  :marker,
  :cluster_db_revisions)
  SENSITIVE = []
  include Aws::Structure
end