Struct aws_sdk_ssm::operation::describe_document_permission::DescribeDocumentPermissionOutput
source · #[non_exhaustive]pub struct DescribeDocumentPermissionOutput { /* private fields */ }
Implementations§
source§impl DescribeDocumentPermissionOutput
impl DescribeDocumentPermissionOutput
sourcepub fn account_ids(&self) -> Option<&[String]>
pub fn account_ids(&self) -> Option<&[String]>
The account IDs that have permission to use this document. The ID can be either an Amazon Web Services account or All.
sourcepub fn account_sharing_info_list(&self) -> Option<&[AccountSharingInfo]>
pub fn account_sharing_info_list(&self) -> Option<&[AccountSharingInfo]>
A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of items to return. Use this token to get the next set of results.
source§impl DescribeDocumentPermissionOutput
impl DescribeDocumentPermissionOutput
sourcepub fn builder() -> DescribeDocumentPermissionOutputBuilder
pub fn builder() -> DescribeDocumentPermissionOutputBuilder
Creates a new builder-style object to manufacture DescribeDocumentPermissionOutput
.
Trait Implementations§
source§impl Clone for DescribeDocumentPermissionOutput
impl Clone for DescribeDocumentPermissionOutput
source§fn clone(&self) -> DescribeDocumentPermissionOutput
fn clone(&self) -> DescribeDocumentPermissionOutput
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<DescribeDocumentPermissionOutput> for DescribeDocumentPermissionOutput
impl PartialEq<DescribeDocumentPermissionOutput> for DescribeDocumentPermissionOutput
source§fn eq(&self, other: &DescribeDocumentPermissionOutput) -> bool
fn eq(&self, other: &DescribeDocumentPermissionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeDocumentPermissionOutput
impl RequestId for DescribeDocumentPermissionOutput
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 DescribeDocumentPermissionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeDocumentPermissionOutput
impl Send for DescribeDocumentPermissionOutput
impl Sync for DescribeDocumentPermissionOutput
impl Unpin for DescribeDocumentPermissionOutput
impl UnwindSafe for DescribeDocumentPermissionOutput
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