#[non_exhaustive]pub struct ListSourceCredentialsOutput {
pub source_credentials_infos: Option<Vec<SourceCredentialsInfo>>,
}
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.source_credentials_infos: Option<Vec<SourceCredentialsInfo>>
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the authentication type, token ARN, and type of source provider for one set of credentials.
Implementations
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the authentication type, token ARN, and type of source provider for one set of credentials.
Creates a new builder-style object to manufacture ListSourceCredentialsOutput
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 ListSourceCredentialsOutput
impl Send for ListSourceCredentialsOutput
impl Sync for ListSourceCredentialsOutput
impl Unpin for ListSourceCredentialsOutput
impl UnwindSafe for ListSourceCredentialsOutput
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