Class: Aws::QuickSight::Types::ReadNoneConnectionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReadNoneConnectionMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Read-only metadata for connections that do not require authentication credentials.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_endpoint ⇒ String
The base endpoint URL for connections that do not require authentication.
Instance Attribute Details
#base_endpoint ⇒ String
The base endpoint URL for connections that do not require authentication.
30761 30762 30763 30764 30765 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30761 class ReadNoneConnectionMetadata < Struct.new( :base_endpoint) SENSITIVE = [] include Aws::Structure end |