Class: Aws::EMRServerless::Types::GetDashboardForJobRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

The URL to view job run’s dashboard.

Returns:

  • (String)


632
633
634
635
636
# File 'lib/aws-sdk-emrserverless/types.rb', line 632

class GetDashboardForJobRunResponse < Struct.new(
  :url)
  SENSITIVE = []
  include Aws::Structure
end