Class: Aws::EMRServerless::Types::GetResourceDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::GetResourceDashboardResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
A URL to the resource dashboard.
Instance Attribute Details
#url ⇒ String
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.
753 754 755 756 757 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 753 class GetResourceDashboardResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |