Class: Aws::Glue::Types::RunIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A run identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_run_idString

The Job Run ID.

Returns:

  • (String)

21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21460

class RunIdentifier < Struct.new(
  :run_id,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The Run ID.

Returns:

  • (String)

21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21460

class RunIdentifier < Struct.new(
  :run_id,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end