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)


269
270
271
272
273
274
275
276
277
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 269

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

#last_refreshed_atTime

The timestamp of when the export was last generated.

Returns:

  • (Time)


269
270
271
272
273
274
275
276
277
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 269

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

#last_updated_atTime

The timestamp of when the export was updated.

Returns:

  • (Time)


269
270
271
272
273
274
275
276
277
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 269

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

#status_codeString

The status code for the request.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 269

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

#status_reasonString

The description for the status code.

Returns:

  • (String)


269
270
271
272
273
274
275
276
277
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 269

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