Class: Aws::Glue::Types::GetDashboardUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDashboardUrlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:url]
Instance Attribute Summary collapse
-
#url ⇒ String
The URL for the Spark monitoring dashboard.
Instance Attribute Details
#url ⇒ String
The URL for the Spark monitoring dashboard.
12821 12822 12823 12824 12825 |
# File 'lib/aws-sdk-glue/types.rb', line 12821 class GetDashboardUrlResponse < Struct.new( :url) SENSITIVE = [:url] include Aws::Structure end |