Class: Aws::BCMDataExports::Types::ExecutionReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ExecutionReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The reference for the data export update.
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.
Instance Attribute Details
#execution_id ⇒ String
The ID for this specific execution.
140 141 142 143 144 145 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 140 class ExecutionReference < Struct.new( :execution_id, :execution_status) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ Types::ExecutionStatus
The status of this specific execution.
140 141 142 143 144 145 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 140 class ExecutionReference < Struct.new( :execution_id, :execution_status) SENSITIVE = [] include Aws::Structure end |