Struct aws_sdk_quicksight::model::CredentialPair
source · [−]#[non_exhaustive]pub struct CredentialPair {
pub username: Option<String>,
pub password: Option<String>,
pub alternate_data_source_parameters: Option<Vec<DataSourceParameters>>,
}Expand description
The combination of user name and password that are used as credentials.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.username: Option<String>User name.
password: Option<String>Password.
alternate_data_source_parameters: Option<Vec<DataSourceParameters>>A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.
Implementations
A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.
Creates a new builder-style object to manufacture CredentialPair
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CredentialPair
impl Send for CredentialPair
impl Sync for CredentialPair
impl Unpin for CredentialPair
impl UnwindSafe for CredentialPair
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more