Struct aws_sdk_workdocs::operation::describe_notification_subscriptions::DescribeNotificationSubscriptionsInput
source · #[non_exhaustive]pub struct DescribeNotificationSubscriptionsInput {
pub organization_id: Option<String>,
pub marker: Option<String>,
pub limit: Option<i32>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.organization_id: Option<String>
The ID of the organization.
marker: Option<String>
The marker for the next set of results. (You received this marker from a previous call.)
limit: Option<i32>
The maximum number of items to return with this call.
Implementations§
source§impl DescribeNotificationSubscriptionsInput
impl DescribeNotificationSubscriptionsInput
source§impl DescribeNotificationSubscriptionsInput
impl DescribeNotificationSubscriptionsInput
sourcepub fn builder() -> DescribeNotificationSubscriptionsInputBuilder
pub fn builder() -> DescribeNotificationSubscriptionsInputBuilder
Creates a new builder-style object to manufacture DescribeNotificationSubscriptionsInput
.
Trait Implementations§
source§impl Clone for DescribeNotificationSubscriptionsInput
impl Clone for DescribeNotificationSubscriptionsInput
source§fn clone(&self) -> DescribeNotificationSubscriptionsInput
fn clone(&self) -> DescribeNotificationSubscriptionsInput
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 for DescribeNotificationSubscriptionsInput
impl PartialEq for DescribeNotificationSubscriptionsInput
source§fn eq(&self, other: &DescribeNotificationSubscriptionsInput) -> bool
fn eq(&self, other: &DescribeNotificationSubscriptionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeNotificationSubscriptionsInput
Auto Trait Implementations§
impl Freeze for DescribeNotificationSubscriptionsInput
impl RefUnwindSafe for DescribeNotificationSubscriptionsInput
impl Send for DescribeNotificationSubscriptionsInput
impl Sync for DescribeNotificationSubscriptionsInput
impl Unpin for DescribeNotificationSubscriptionsInput
impl UnwindSafe for DescribeNotificationSubscriptionsInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.