Class: Aws::BCMDataExports::Types::GetExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::GetExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
The ID for this specific execution.
-
#execution_status ⇒ Types::ExecutionStatus
The status of this specific execution.
-
#export ⇒ Types::Export
The export data for this specific execution.
Instance Attribute Details
#execution_id ⇒ String
The ID for this specific execution.
314 315 316 317 318 319 320 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 314 class GetExecutionResponse < Struct.new( :execution_id, :execution_status, :export) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ Types::ExecutionStatus
The status of this specific execution.
314 315 316 317 318 319 320 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 314 class GetExecutionResponse < Struct.new( :execution_id, :execution_status, :export) SENSITIVE = [] include Aws::Structure end |
#export ⇒ Types::Export
The export data for this specific execution. This export data is a snapshot from when the execution was generated. The data could be different from the current export data if the export was updated since the execution was generated.
314 315 316 317 318 319 320 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 314 class GetExecutionResponse < Struct.new( :execution_id, :execution_status, :export) SENSITIVE = [] include Aws::Structure end |