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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/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)


290
291
292
293
294
295
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 290

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

#export_arnString

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

Returns:

  • (String)


290
291
292
293
294
295
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 290

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