pub struct ListSourceCredentialsOutput {
pub source_credentials_infos: Option<Vec<SourceCredentialsInfo>>,
}
Fields§
§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.
Trait Implementations§
Source§impl Clone for ListSourceCredentialsOutput
impl Clone for ListSourceCredentialsOutput
Source§fn clone(&self) -> ListSourceCredentialsOutput
fn clone(&self) -> ListSourceCredentialsOutput
Returns a duplicate 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 Default for ListSourceCredentialsOutput
impl Default for ListSourceCredentialsOutput
Source§fn default() -> ListSourceCredentialsOutput
fn default() -> ListSourceCredentialsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListSourceCredentialsOutput
impl<'de> Deserialize<'de> for ListSourceCredentialsOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ListSourceCredentialsOutput
Auto Trait Implementations§
impl Freeze for ListSourceCredentialsOutput
impl RefUnwindSafe for ListSourceCredentialsOutput
impl Send for ListSourceCredentialsOutput
impl Sync for ListSourceCredentialsOutput
impl Unpin for ListSourceCredentialsOutput
impl UnwindSafe for ListSourceCredentialsOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more