Class: Aws::RDS::Types::CancelExportTaskMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CancelExportTaskMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_task_identifier ⇒ String
The identifier of the snapshot or cluster export task to cancel.
Instance Attribute Details
#export_task_identifier ⇒ String
The identifier of the snapshot or cluster export task to cancel.
720 721 722 723 724 |
# File 'lib/aws-sdk-rds/types.rb', line 720 class CancelExportTaskMessage < Struct.new( :export_task_identifier) SENSITIVE = [] include Aws::Structure end |