#[non_exhaustive]pub struct DescribeEventSubscriptionsOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeEventSubscriptionsOutput
impl DescribeEventSubscriptionsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn event_subscriptions_list(&self) -> Option<&[EventSubscription]>
pub fn event_subscriptions_list(&self) -> Option<&[EventSubscription]>
A list of event subscriptions.
source§impl DescribeEventSubscriptionsOutput
impl DescribeEventSubscriptionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventSubscriptionsOutput
.
Trait Implementations§
source§impl Clone for DescribeEventSubscriptionsOutput
impl Clone for DescribeEventSubscriptionsOutput
source§fn clone(&self) -> DescribeEventSubscriptionsOutput
fn clone(&self) -> DescribeEventSubscriptionsOutput
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<DescribeEventSubscriptionsOutput> for DescribeEventSubscriptionsOutput
impl PartialEq<DescribeEventSubscriptionsOutput> for DescribeEventSubscriptionsOutput
source§fn eq(&self, other: &DescribeEventSubscriptionsOutput) -> bool
fn eq(&self, other: &DescribeEventSubscriptionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.