Struct aws_sdk_quicksight::model::DataSourceCredentials
source · #[non_exhaustive]pub struct DataSourceCredentials { /* private fields */ }Expand description
Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
Implementations§
source§impl DataSourceCredentials
impl DataSourceCredentials
sourcepub fn credential_pair(&self) -> Option<&CredentialPair>
pub fn credential_pair(&self) -> Option<&CredentialPair>
Credential pair. For more information, see CredentialPair .
sourcepub fn copy_source_arn(&self) -> Option<&str>
pub fn copy_source_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.
source§impl DataSourceCredentials
impl DataSourceCredentials
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSourceCredentials.
Trait Implementations§
source§impl Clone for DataSourceCredentials
impl Clone for DataSourceCredentials
source§fn clone(&self) -> DataSourceCredentials
fn clone(&self) -> DataSourceCredentials
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more