#[non_exhaustive]pub struct DescribeDashboardPermissionsInput { /* private fields */ }Implementations
sourceimpl DescribeDashboardPermissionsInput
impl DescribeDashboardPermissionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDashboardPermissions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDashboardPermissions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDashboardPermissions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDashboardPermissionsInput.
sourceimpl DescribeDashboardPermissionsInput
impl DescribeDashboardPermissionsInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
sourcepub fn dashboard_id(&self) -> Option<&str>
pub fn dashboard_id(&self) -> Option<&str>
The ID for the dashboard, also added to the IAM policy.
Trait Implementations
sourceimpl Clone for DescribeDashboardPermissionsInput
impl Clone for DescribeDashboardPermissionsInput
sourcefn clone(&self) -> DescribeDashboardPermissionsInput
fn clone(&self) -> DescribeDashboardPermissionsInput
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<DescribeDashboardPermissionsInput> for DescribeDashboardPermissionsInput
impl PartialEq<DescribeDashboardPermissionsInput> for DescribeDashboardPermissionsInput
sourcefn eq(&self, other: &DescribeDashboardPermissionsInput) -> bool
fn eq(&self, other: &DescribeDashboardPermissionsInput) -> bool
impl StructuralPartialEq for DescribeDashboardPermissionsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDashboardPermissionsInput
impl Send for DescribeDashboardPermissionsInput
impl Sync for DescribeDashboardPermissionsInput
impl Unpin for DescribeDashboardPermissionsInput
impl UnwindSafe for DescribeDashboardPermissionsInput
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