Class: Aws::RDS::Types::ExportTasksMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ExportTasksMessage
- Includes:
- Structure
- Defined in:
- 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.
15934 15935 15936 15937 15938 15939 |
# File 'lib/aws-sdk-rds/types.rb', line 15934 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`.
15934 15935 15936 15937 15938 15939 |
# File 'lib/aws-sdk-rds/types.rb', line 15934 class ExportTasksMessage < Struct.new( :marker, :export_tasks) SENSITIVE = [] include Aws::Structure end |