Class: Aws::RDS::Types::CancelExportTaskMessage

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_task_identifierString

The identifier of the snapshot or cluster export task to cancel.

Returns:

  • (String)


699
700
701
702
703
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 699

class CancelExportTaskMessage < Struct.new(
  :export_task_identifier)
  SENSITIVE = []
  include Aws::Structure
end