Struct aws_sdk_quicksight::model::DataSourceCredentials [−][src]
#[non_exhaustive]pub struct DataSourceCredentials {
pub credential_pair: Option<CredentialPair>,
pub copy_source_arn: Option<String>,
}
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.
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.credential_pair: Option<CredentialPair>
Credential pair. For more information, see CredentialPair
.
copy_source_arn: Option<String>
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.
Implementations
Credential pair. For more information, see CredentialPair
.
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.
Creates a new builder-style object to manufacture DataSourceCredentials
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 DataSourceCredentials
impl Send for DataSourceCredentials
impl Sync for DataSourceCredentials
impl Unpin for DataSourceCredentials
impl UnwindSafe for DataSourceCredentials
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