Class: Aws::RDS::Types::ExportTasksMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ExportTasksMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_tasks ⇒ Array<Types::ExportTask>
Information about an export of a snapshot or cluster to Amazon S3.
-
#marker ⇒ String
A pagination token that can be used in a later
DescribeExportTasks
request.
Instance Attribute Details
#export_tasks ⇒ Array<Types::ExportTask>
Information about an export of a snapshot or cluster to Amazon S3.
16108 16109 16110 16111 16112 16113 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16108 class ExportTasksMessage < Struct.new( :marker, :export_tasks) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
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
.
16108 16109 16110 16111 16112 16113 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16108 class ExportTasksMessage < Struct.new( :marker, :export_tasks) SENSITIVE = [] include Aws::Structure end |