Class: Aws::QuickSight::Types::NoneConnectionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NoneConnectionMetadata
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Authentication 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.
27258 27259 27260 27261 27262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27258 class NoneConnectionMetadata < Struct.new( :base_endpoint) SENSITIVE = [] include Aws::Structure end |