Struct aws_sdk_quicksight::operation::describe_dashboard_definition::DescribeDashboardDefinitionOutput
source · #[non_exhaustive]pub struct DescribeDashboardDefinitionOutput { /* private fields */ }Implementations§
source§impl DescribeDashboardDefinitionOutput
impl DescribeDashboardDefinitionOutput
sourcepub fn dashboard_id(&self) -> Option<&str>
pub fn dashboard_id(&self) -> Option<&str>
The ID of the dashboard described.
sourcepub fn errors(&self) -> Option<&[DashboardError]>
pub fn errors(&self) -> Option<&[DashboardError]>
Errors associated with this dashboard version.
sourcepub fn resource_status(&self) -> Option<&ResourceStatus>
pub fn resource_status(&self) -> Option<&ResourceStatus>
Status associated with the dashboard version.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
sourcepub fn definition(&self) -> Option<&DashboardVersionDefinition>
pub fn definition(&self) -> Option<&DashboardVersionDefinition>
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
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 dashboard_publish_options(&self) -> Option<&DashboardPublishOptions>
pub fn dashboard_publish_options(&self) -> Option<&DashboardPublishOptions>
Options for publishing the dashboard:
-
AvailabilityStatusforAdHocFilteringOption- This status can be eitherENABLEDorDISABLED. When this is set toDISABLED, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLEDby default. -
AvailabilityStatusforExportToCSVOption- This status can be eitherENABLEDorDISABLED. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED. This option isENABLEDby default. -
VisibilityStateforSheetControlsOption- This visibility state can be eitherCOLLAPSEDorEXPANDED. This option isCOLLAPSEDby default.
source§impl DescribeDashboardDefinitionOutput
impl DescribeDashboardDefinitionOutput
sourcepub fn builder() -> DescribeDashboardDefinitionOutputBuilder
pub fn builder() -> DescribeDashboardDefinitionOutputBuilder
Creates a new builder-style object to manufacture DescribeDashboardDefinitionOutput.
Trait Implementations§
source§impl Clone for DescribeDashboardDefinitionOutput
impl Clone for DescribeDashboardDefinitionOutput
source§fn clone(&self) -> DescribeDashboardDefinitionOutput
fn clone(&self) -> DescribeDashboardDefinitionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<DescribeDashboardDefinitionOutput> for DescribeDashboardDefinitionOutput
impl PartialEq<DescribeDashboardDefinitionOutput> for DescribeDashboardDefinitionOutput
source§fn eq(&self, other: &DescribeDashboardDefinitionOutput) -> bool
fn eq(&self, other: &DescribeDashboardDefinitionOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDashboardDefinitionOutput
impl RequestId for DescribeDashboardDefinitionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.