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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/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)


575
576
577
578
579
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 575

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