Class: Aws::BCMDataExports::Types::ExportReference

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

Overview

The reference details for a given export.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_arnString

The Amazon Resource Name (ARN) for this export.

Returns:

  • (String)


237
238
239
240
241
242
243
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 237

class ExportReference < Struct.new(
  :export_arn,
  :export_name,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end

#export_nameString

The name of this specific data export.

Returns:

  • (String)


237
238
239
240
241
242
243
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 237

class ExportReference < Struct.new(
  :export_arn,
  :export_name,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end

#export_statusTypes::ExportStatus

The status of this specific data export.

Returns:



237
238
239
240
241
242
243
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 237

class ExportReference < Struct.new(
  :export_arn,
  :export_name,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end