Class: Aws::Athena::Types::GetResourceDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetResourceDashboardResponse
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The Live UI/Persistence UI url for a session.
Instance Attribute Details
#url ⇒ String
The Live UI/Persistence UI url for a session.
2039 2040 2041 2042 2043 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2039 class GetResourceDashboardResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |