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.
13645 13646 13647 13648 13649 |
# File 'lib/aws-sdk-glue/types.rb', line 13645 class GetDashboardUrlResponse < Struct.new( :url) SENSITIVE = [:url] include Aws::Structure end |