Class: Aws::BCMDataExports::Types::GetExportResponse

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

#exportTypes::Export

The data for this specific export.

Returns:



344
345
346
347
348
349
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 344

class GetExportResponse < Struct.new(
  :export,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end

#export_statusTypes::ExportStatus

The status of this specific export.

Returns:



344
345
346
347
348
349
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 344

class GetExportResponse < Struct.new(
  :export,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end