#[non_exhaustive]pub struct ListSourceCredentialsOutput { /* private fields */ }
Implementations§
source§impl ListSourceCredentialsOutput
impl ListSourceCredentialsOutput
sourcepub fn source_credentials_infos(&self) -> Option<&[SourceCredentialsInfo]>
pub fn source_credentials_infos(&self) -> Option<&[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.
source§impl ListSourceCredentialsOutput
impl ListSourceCredentialsOutput
sourcepub fn builder() -> ListSourceCredentialsOutputBuilder
pub fn builder() -> ListSourceCredentialsOutputBuilder
Creates a new builder-style object to manufacture ListSourceCredentialsOutput
.
Trait Implementations§
source§impl Clone for ListSourceCredentialsOutput
impl Clone for ListSourceCredentialsOutput
source§fn clone(&self) -> ListSourceCredentialsOutput
fn clone(&self) -> ListSourceCredentialsOutput
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 moresource§impl Debug for ListSourceCredentialsOutput
impl Debug for ListSourceCredentialsOutput
source§impl PartialEq<ListSourceCredentialsOutput> for ListSourceCredentialsOutput
impl PartialEq<ListSourceCredentialsOutput> for ListSourceCredentialsOutput
source§fn eq(&self, other: &ListSourceCredentialsOutput) -> bool
fn eq(&self, other: &ListSourceCredentialsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListSourceCredentialsOutput
impl RequestId for ListSourceCredentialsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.