Class: Aws::QuickSight::Types::BasicAuthConnectionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BasicAuthConnectionMetadata
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Metadata for basic authentication using username and password.
Constant Summary collapse
- SENSITIVE =
[:username, :password]
Instance Attribute Summary collapse
-
#base_endpoint ⇒ String
The base URL endpoint for the external service.
-
#password ⇒ String
The password for basic authentication.
-
#username ⇒ String
The username for basic authentication.
Instance Attribute Details
#base_endpoint ⇒ String
The base URL endpoint for the external service.
3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3504 class BasicAuthConnectionMetadata < Struct.new( :base_endpoint, :username, :password) SENSITIVE = [:username, :password] include Aws::Structure end |
#password ⇒ String
The password for basic authentication.
3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3504 class BasicAuthConnectionMetadata < Struct.new( :base_endpoint, :username, :password) SENSITIVE = [:username, :password] include Aws::Structure end |
#username ⇒ String
The username for basic authentication.
3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3504 class BasicAuthConnectionMetadata < Struct.new( :base_endpoint, :username, :password) SENSITIVE = [:username, :password] include Aws::Structure end |