Class: Aws::BCMDataExports::Types::GetExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::GetExecutionRequest
- 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.
-
#export_arn ⇒ String
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
Instance Attribute Details
#execution_id ⇒ String
The ID for this specific execution.
290 291 292 293 294 295 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 290 class GetExecutionRequest < Struct.new( :execution_id, :export_arn) SENSITIVE = [] include Aws::Structure end |
#export_arn ⇒ String
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
290 291 292 293 294 295 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 290 class GetExecutionRequest < Struct.new( :execution_id, :export_arn) SENSITIVE = [] include Aws::Structure end |