#[non_exhaustive]pub struct DescribeEventSubscriptionsOutput { /* private fields */ }Expand description
Data returned by the DescribeEventSubscriptions action.
Implementations
sourceimpl DescribeEventSubscriptionsOutput
impl DescribeEventSubscriptionsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions 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 EventSubscriptions data types.
sourceimpl DescribeEventSubscriptionsOutput
impl DescribeEventSubscriptionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventSubscriptionsOutput.
Trait Implementations
sourceimpl Clone for DescribeEventSubscriptionsOutput
impl Clone for DescribeEventSubscriptionsOutput
sourcefn clone(&self) -> DescribeEventSubscriptionsOutput
fn clone(&self) -> DescribeEventSubscriptionsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeEventSubscriptionsOutput> for DescribeEventSubscriptionsOutput
impl PartialEq<DescribeEventSubscriptionsOutput> for DescribeEventSubscriptionsOutput
sourcefn eq(&self, other: &DescribeEventSubscriptionsOutput) -> bool
fn eq(&self, other: &DescribeEventSubscriptionsOutput) -> bool
impl StructuralPartialEq for DescribeEventSubscriptionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEventSubscriptionsOutput
impl Send for DescribeEventSubscriptionsOutput
impl Sync for DescribeEventSubscriptionsOutput
impl Unpin for DescribeEventSubscriptionsOutput
impl UnwindSafe for DescribeEventSubscriptionsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more