Struct aws_sdk_eventbridge::operation::list_partner_event_source_accounts::ListPartnerEventSourceAccountsOutput
source · #[non_exhaustive]pub struct ListPartnerEventSourceAccountsOutput { /* private fields */ }
Implementations§
source§impl ListPartnerEventSourceAccountsOutput
impl ListPartnerEventSourceAccountsOutput
sourcepub fn partner_event_source_accounts(
&self
) -> Option<&[PartnerEventSourceAccount]>
pub fn partner_event_source_accounts( &self ) -> Option<&[PartnerEventSourceAccount]>
The list of partner event sources returned by the operation.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token you can use in a subsequent operation to retrieve the next set of results.
source§impl ListPartnerEventSourceAccountsOutput
impl ListPartnerEventSourceAccountsOutput
sourcepub fn builder() -> ListPartnerEventSourceAccountsOutputBuilder
pub fn builder() -> ListPartnerEventSourceAccountsOutputBuilder
Creates a new builder-style object to manufacture ListPartnerEventSourceAccountsOutput
.
Trait Implementations§
source§impl Clone for ListPartnerEventSourceAccountsOutput
impl Clone for ListPartnerEventSourceAccountsOutput
source§fn clone(&self) -> ListPartnerEventSourceAccountsOutput
fn clone(&self) -> ListPartnerEventSourceAccountsOutput
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 PartialEq<ListPartnerEventSourceAccountsOutput> for ListPartnerEventSourceAccountsOutput
impl PartialEq<ListPartnerEventSourceAccountsOutput> for ListPartnerEventSourceAccountsOutput
source§fn eq(&self, other: &ListPartnerEventSourceAccountsOutput) -> bool
fn eq(&self, other: &ListPartnerEventSourceAccountsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListPartnerEventSourceAccountsOutput
impl RequestId for ListPartnerEventSourceAccountsOutput
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.impl StructuralPartialEq for ListPartnerEventSourceAccountsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListPartnerEventSourceAccountsOutput
impl Send for ListPartnerEventSourceAccountsOutput
impl Sync for ListPartnerEventSourceAccountsOutput
impl Unpin for ListPartnerEventSourceAccountsOutput
impl UnwindSafe for ListPartnerEventSourceAccountsOutput
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