Struct aws_sdk_devopsguru::operation::list_notification_channels::ListNotificationChannelsOutput
source · #[non_exhaustive]pub struct ListNotificationChannelsOutput { /* private fields */ }
Implementations§
source§impl ListNotificationChannelsOutput
impl ListNotificationChannelsOutput
sourcepub fn channels(&self) -> Option<&[NotificationChannel]>
pub fn channels(&self) -> Option<&[NotificationChannel]>
An array that contains the requested notification channels.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl ListNotificationChannelsOutput
impl ListNotificationChannelsOutput
sourcepub fn builder() -> ListNotificationChannelsOutputBuilder
pub fn builder() -> ListNotificationChannelsOutputBuilder
Creates a new builder-style object to manufacture ListNotificationChannelsOutput
.
Trait Implementations§
source§impl Clone for ListNotificationChannelsOutput
impl Clone for ListNotificationChannelsOutput
source§fn clone(&self) -> ListNotificationChannelsOutput
fn clone(&self) -> ListNotificationChannelsOutput
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<ListNotificationChannelsOutput> for ListNotificationChannelsOutput
impl PartialEq<ListNotificationChannelsOutput> for ListNotificationChannelsOutput
source§fn eq(&self, other: &ListNotificationChannelsOutput) -> bool
fn eq(&self, other: &ListNotificationChannelsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListNotificationChannelsOutput
impl RequestId for ListNotificationChannelsOutput
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.