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)


606
607
608
609
610
# File 'lib/aws-sdk-emrserverless/types.rb', line 606

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