Class: Aws::DataZone::Types::GetJobRunInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain.

Returns:

  • (String)


10700
10701
10702
10703
10704
10705
# File 'lib/aws-sdk-datazone/types.rb', line 10700

class GetJobRunInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the job run.

Returns:

  • (String)


10700
10701
10702
10703
10704
10705
# File 'lib/aws-sdk-datazone/types.rb', line 10700

class GetJobRunInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end