#[non_exhaustive]pub struct DescribeDataSetPermissionsOutput { /* private fields */ }Implementations
sourceimpl DescribeDataSetPermissionsOutput
impl DescribeDataSetPermissionsOutput
sourcepub fn data_set_arn(&self) -> Option<&str>
pub fn data_set_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn data_set_id(&self) -> Option<&str>
pub fn data_set_id(&self) -> Option<&str>
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn permissions(&self) -> Option<&[ResourcePermission]>
pub fn permissions(&self) -> Option<&[ResourcePermission]>
A list of resource permissions on the dataset.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourceimpl DescribeDataSetPermissionsOutput
impl DescribeDataSetPermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDataSetPermissionsOutput.
Trait Implementations
sourceimpl Clone for DescribeDataSetPermissionsOutput
impl Clone for DescribeDataSetPermissionsOutput
sourcefn clone(&self) -> DescribeDataSetPermissionsOutput
fn clone(&self) -> DescribeDataSetPermissionsOutput
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<DescribeDataSetPermissionsOutput> for DescribeDataSetPermissionsOutput
impl PartialEq<DescribeDataSetPermissionsOutput> for DescribeDataSetPermissionsOutput
sourcefn eq(&self, other: &DescribeDataSetPermissionsOutput) -> bool
fn eq(&self, other: &DescribeDataSetPermissionsOutput) -> bool
impl StructuralPartialEq for DescribeDataSetPermissionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDataSetPermissionsOutput
impl Send for DescribeDataSetPermissionsOutput
impl Sync for DescribeDataSetPermissionsOutput
impl Unpin for DescribeDataSetPermissionsOutput
impl UnwindSafe for DescribeDataSetPermissionsOutput
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