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)


8947
8948
8949
8950
8951
8952
# File 'lib/aws-sdk-datazone/types.rb', line 8947

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

#identifierString

The ID of the job run.

Returns:

  • (String)


8947
8948
8949
8950
8951
8952
# File 'lib/aws-sdk-datazone/types.rb', line 8947

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