Class: Aws::QuickSight::Types::AssetBundleImportJobDataSourceCredentialPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobDataSourceCredentialPair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A username and password credential pair to use to import a data source resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password ⇒ String
The password for the data source connection.
-
#username ⇒ String
The username for the data source connection.
Instance Attribute Details
#password ⇒ String
The password for the data source connection.
1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1524 class AssetBundleImportJobDataSourceCredentialPair < Struct.new( :username, :password) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username for the data source connection.
1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1524 class AssetBundleImportJobDataSourceCredentialPair < Struct.new( :username, :password) SENSITIVE = [] include Aws::Structure end |