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.
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_at ⇒ Time
The timestamp of when the export was last generated.
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_at ⇒ Time
The timestamp of when the export was updated.
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_code ⇒ String
The status code for the request.
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_reason ⇒ String
The description for the status code.
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 |