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.
606 607 608 609 610 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 606 class GetDashboardForJobRunResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |