Class: Aws::EMRServerless::Types::GetDashboardForJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::GetDashboardForJobRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The URL to view job run’s dashboard.
Instance Attribute Details
#url ⇒ String
The URL to view job run’s dashboard.
679 680 681 682 683 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 679 class GetDashboardForJobRunResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |