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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18985
18986
18987
18988
18989
18990
# File 'lib/aws-sdk-glue/types.rb', line 18985

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

#run_idString

The Run ID.

Returns:

  • (String)


18985
18986
18987
18988
18989
18990
# File 'lib/aws-sdk-glue/types.rb', line 18985

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