#[non_exhaustive]pub struct ListConnectorEntitiesOutput { /* private fields */ }Implementations§
source§impl ListConnectorEntitiesOutput
impl ListConnectorEntitiesOutput
sourcepub fn connector_entity_map(
&self
) -> Option<&HashMap<String, Vec<ConnectorEntity>>>
pub fn connector_entity_map( &self ) -> Option<&HashMap<String, Vec<ConnectorEntity>>>
The response of ListConnectorEntities lists entities grouped by category. This map's key represents the group name, and its value contains the list of entities belonging to that group.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response. The ListConnectorEntities operation provides this token if the response is too big for the page size.
source§impl ListConnectorEntitiesOutput
impl ListConnectorEntitiesOutput
sourcepub fn builder() -> ListConnectorEntitiesOutputBuilder
pub fn builder() -> ListConnectorEntitiesOutputBuilder
Creates a new builder-style object to manufacture ListConnectorEntitiesOutput.
Trait Implementations§
source§impl Clone for ListConnectorEntitiesOutput
impl Clone for ListConnectorEntitiesOutput
source§fn clone(&self) -> ListConnectorEntitiesOutput
fn clone(&self) -> ListConnectorEntitiesOutput
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 ListConnectorEntitiesOutput
impl Debug for ListConnectorEntitiesOutput
source§impl PartialEq<ListConnectorEntitiesOutput> for ListConnectorEntitiesOutput
impl PartialEq<ListConnectorEntitiesOutput> for ListConnectorEntitiesOutput
source§fn eq(&self, other: &ListConnectorEntitiesOutput) -> bool
fn eq(&self, other: &ListConnectorEntitiesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListConnectorEntitiesOutput
impl RequestId for ListConnectorEntitiesOutput
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 ListConnectorEntitiesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListConnectorEntitiesOutput
impl Send for ListConnectorEntitiesOutput
impl Sync for ListConnectorEntitiesOutput
impl Unpin for ListConnectorEntitiesOutput
impl UnwindSafe for ListConnectorEntitiesOutput
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