Class: Aws::Redshift::Types::DescribeSnapshotSchedulesOutputMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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 marker parameter and retrying the command. If the marker field is empty, all response records have been retrieved for the request.

Returns:

  • (String)


5672
5673
5674
5675
5676
5677
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5672

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

#snapshot_schedulesArray<Types::SnapshotSchedule>

A list of SnapshotSchedules.

Returns:



5672
5673
5674
5675
5676
5677
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5672

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