Class: Aws::BCMDataExports::Types::ExportStatus

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

Overview

The status of the data export.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the export was created.

Returns:

  • (Time)


282
283
284
285
286
287
288
289
290
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 282

class ExportStatus < Struct.new(
  :status_code,
  :status_reason,
  :created_at,
  :last_updated_at,
  :last_refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_refreshed_atTime

The timestamp of when the export was last generated.

Returns:

  • (Time)


282
283
284
285
286
287
288
289
290
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 282

class ExportStatus < Struct.new(
  :status_code,
  :status_reason,
  :created_at,
  :last_updated_at,
  :last_refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the export was updated.

Returns:

  • (Time)


282
283
284
285
286
287
288
289
290
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 282

class ExportStatus < Struct.new(
  :status_code,
  :status_reason,
  :created_at,
  :last_updated_at,
  :last_refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

The status code for the request.

Returns:

  • (String)


282
283
284
285
286
287
288
289
290
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 282

class ExportStatus < Struct.new(
  :status_code,
  :status_reason,
  :created_at,
  :last_updated_at,
  :last_refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The description for the status code.

Returns:

  • (String)


282
283
284
285
286
287
288
289
290
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 282

class ExportStatus < Struct.new(
  :status_code,
  :status_reason,
  :created_at,
  :last_updated_at,
  :last_refreshed_at)
  SENSITIVE = []
  include Aws::Structure
end