Class: Aws::BCMDataExports::Types::UpdateExportResponse

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)


868
869
870
871
872
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 868

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