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
DescribeExportTasksrequest.
Instance Attribute Details
#export_tasks ⇒ Array<Types::ExportTask>
Information about an export of a snapshot or cluster to Amazon S3.
16925 16926 16927 16928 16929 16930 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16925 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.
16925 16926 16927 16928 16929 16930 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16925 class ExportTasksMessage < Struct.new( :marker, :export_tasks) SENSITIVE = [] include Aws::Structure end |