Class: Aws::EMRServerless::Types::GetResourceDashboardResponse

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

A URL to the resource dashboard. For an active resource, this URL opens the live application UI. For a terminated resource, this URL opens the persistent application UI. This value is not included in the response if the URL is not available.

Returns:

  • (String)


753
754
755
756
757
# File 'lib/aws-sdk-emrserverless/types.rb', line 753

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