Class: Aws::RDS::Types::ExportTasksMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_tasksArray<Types::ExportTask>

Information about an export of a snapshot or cluster to Amazon S3.

Returns:



15518
15519
15520
15521
15522
15523
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15518

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

#markerString

A pagination token that can be used in a later DescribeExportTasks request. A marker is used for pagination to identify the location to begin output for the next response of DescribeExportTasks.

Returns:

  • (String)


15518
15519
15520
15521
15522
15523
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15518

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