Struct aws_sdk_quicksight::operation::describe_dashboard_definition::DescribeDashboardDefinitionOutput
source · #[non_exhaustive]pub struct DescribeDashboardDefinitionOutput {
pub dashboard_id: Option<String>,
pub errors: Option<Vec<DashboardError>>,
pub name: Option<String>,
pub resource_status: Option<ResourceStatus>,
pub theme_arn: Option<String>,
pub definition: Option<DashboardVersionDefinition>,
pub status: i32,
pub request_id: Option<String>,
pub dashboard_publish_options: Option<DashboardPublishOptions>,
/* 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 of the dashboard described.
errors: Option<Vec<DashboardError>>Errors associated with this dashboard version.
name: Option<String>The display name of the dashboard.
resource_status: Option<ResourceStatus>Status associated with the dashboard version.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
theme_arn: Option<String>The ARN of the theme of the dashboard.
definition: Option<DashboardVersionDefinition>The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
status: i32The HTTP status of the request.
request_id: Option<String>The Amazon Web Services request ID for this operation.
dashboard_publish_options: 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.
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) -> &[DashboardError]
pub fn errors(&self) -> &[DashboardError]
Errors associated with this dashboard version.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .errors.is_none().
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 for DescribeDashboardDefinitionOutput
impl PartialEq 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.