Struct aws_sdk_quicksight::operation::describe_dashboard_permissions::DescribeDashboardPermissionsOutput
source · #[non_exhaustive]pub struct DescribeDashboardPermissionsOutput {
pub dashboard_id: Option<String>,
pub dashboard_arn: Option<String>,
pub permissions: Option<Vec<ResourcePermission>>,
pub status: i32,
pub request_id: Option<String>,
pub link_sharing_configuration: Option<LinkSharingConfiguration>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.dashboard_id: Option<String>The ID for the dashboard.
dashboard_arn: Option<String>The Amazon Resource Name (ARN) of the dashboard.
permissions: Option<Vec<ResourcePermission>>A structure that contains the permissions for the dashboard.
status: i32The HTTP status of the request.
request_id: Option<String>The Amazon Web Services request ID for this operation.
link_sharing_configuration: Option<LinkSharingConfiguration>A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.
Implementations§
source§impl DescribeDashboardPermissionsOutput
impl DescribeDashboardPermissionsOutput
sourcepub fn dashboard_id(&self) -> Option<&str>
pub fn dashboard_id(&self) -> Option<&str>
The ID for the dashboard.
sourcepub fn dashboard_arn(&self) -> Option<&str>
pub fn dashboard_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the dashboard.
sourcepub fn permissions(&self) -> &[ResourcePermission]
pub fn permissions(&self) -> &[ResourcePermission]
A structure that contains the permissions for the dashboard.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .permissions.is_none().
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
sourcepub fn link_sharing_configuration(&self) -> Option<&LinkSharingConfiguration>
pub fn link_sharing_configuration(&self) -> Option<&LinkSharingConfiguration>
A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.
source§impl DescribeDashboardPermissionsOutput
impl DescribeDashboardPermissionsOutput
sourcepub fn builder() -> DescribeDashboardPermissionsOutputBuilder
pub fn builder() -> DescribeDashboardPermissionsOutputBuilder
Creates a new builder-style object to manufacture DescribeDashboardPermissionsOutput.
Trait Implementations§
source§impl Clone for DescribeDashboardPermissionsOutput
impl Clone for DescribeDashboardPermissionsOutput
source§fn clone(&self) -> DescribeDashboardPermissionsOutput
fn clone(&self) -> DescribeDashboardPermissionsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for DescribeDashboardPermissionsOutput
impl PartialEq for DescribeDashboardPermissionsOutput
source§fn eq(&self, other: &DescribeDashboardPermissionsOutput) -> bool
fn eq(&self, other: &DescribeDashboardPermissionsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDashboardPermissionsOutput
impl RequestId for DescribeDashboardPermissionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.