Class: Aws::BCMDataExports::Types::ExportStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ExportStatus
- 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
-
#created_at ⇒ Time
The timestamp of when the export was created.
-
#last_refreshed_at ⇒ Time
The timestamp of when the export was last generated.
-
#last_updated_at ⇒ Time
The timestamp of when the export was updated.
-
#status_code ⇒ String
The status code for the request.
-
#status_reason ⇒ String
The description for the status code.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the export was created.
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_at ⇒ Time
The timestamp of when the export was last generated.
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_at ⇒ Time
The timestamp of when the export was updated.
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_code ⇒ String
The status code for the request.
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_reason ⇒ String
The description for the status code.
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 |