Class: Aws::BCMDataExports::Types::GetExecutionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bcmdataexports/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

The ID for this specific execution.

Returns:

  • (String)


303
304
305
306
307
308
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 303

class GetExecutionRequest < Struct.new(
  :export_arn,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#export_arnString

The Amazon Resource Name (ARN) of the Export object that generated this specific execution.

Returns:

  • (String)


303
304
305
306
307
308
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 303

class GetExecutionRequest < Struct.new(
  :export_arn,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end