Class: Aws::BCMDataExports::Types::CreateExportResponse

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)


64
65
66
67
68
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 64

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