Class: Aws::QuickSight::Types::NoneConnectionMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#base_endpointString

The base endpoint URL for connections that do not require authentication.

Returns:

  • (String)


27379
27380
27381
27382
27383
# File 'lib/aws-sdk-quicksight/types.rb', line 27379

class NoneConnectionMetadata < Struct.new(
  :base_endpoint)
  SENSITIVE = []
  include Aws::Structure
end