Class: Aws::BCMDataExports::Types::DeleteExportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_arnString

The Amazon Resource Name (ARN) for this export.

Returns:

  • (String)


108
109
110
111
112
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 108

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