Class: Aws::EMRContainers::Types::DescribeJobRunRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the job run request.

Returns:

  • (String)


603
604
605
606
607
608
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 603

class DescribeJobRunRequest < Struct.new(
  :id,
  :virtual_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_cluster_idString

The ID of the virtual cluster for which the job run is submitted.

Returns:

  • (String)


603
604
605
606
607
608
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 603

class DescribeJobRunRequest < Struct.new(
  :id,
  :virtual_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end