#[non_exhaustive]pub struct GetWebExperienceOutput {Show 13 fields
pub application_id: Option<String>,
pub web_experience_id: Option<String>,
pub web_experience_arn: Option<String>,
pub default_endpoint: Option<String>,
pub status: Option<WebExperienceStatus>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub title: Option<String>,
pub subtitle: Option<String>,
pub welcome_message: Option<String>,
pub sample_prompts_control_mode: Option<WebExperienceSamplePromptsControlMode>,
pub authentication_configuration: Option<WebExperienceAuthConfiguration>,
pub error: Option<ErrorDetail>,
/* 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.application_id: Option<String>The identifier of the Amazon Q application linked to the web experience.
web_experience_id: Option<String>The identifier of the Amazon Q web experience.
web_experience_arn: Option<String>The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q web experience and required resources.
default_endpoint: Option<String>The endpoint of your Amazon Q web experience.
status: Option<WebExperienceStatus>The current status of the Amazon Q web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
created_at: Option<DateTime>The Unix timestamp when the retriever was created.
updated_at: Option<DateTime>The Unix timestamp when the data source connector was last updated.
title: Option<String>The title for your Amazon Q web experience.
subtitle: Option<String>The subtitle for your Amazon Q web experience.
welcome_message: Option<String>The customized welcome message for end users of an Amazon Q web experience.
sample_prompts_control_mode: Option<WebExperienceSamplePromptsControlMode>Determines whether sample prompts are enabled in the web experience for an end user.
authentication_configuration: Option<WebExperienceAuthConfiguration>The authentication configuration information for your Amazon Q web experience.
error: Option<ErrorDetail>When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
Implementations§
source§impl GetWebExperienceOutput
impl GetWebExperienceOutput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The identifier of the Amazon Q application linked to the web experience.
sourcepub fn web_experience_id(&self) -> Option<&str>
pub fn web_experience_id(&self) -> Option<&str>
The identifier of the Amazon Q web experience.
sourcepub fn web_experience_arn(&self) -> Option<&str>
pub fn web_experience_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q web experience and required resources.
sourcepub fn default_endpoint(&self) -> Option<&str>
pub fn default_endpoint(&self) -> Option<&str>
The endpoint of your Amazon Q web experience.
sourcepub fn status(&self) -> Option<&WebExperienceStatus>
pub fn status(&self) -> Option<&WebExperienceStatus>
The current status of the Amazon Q web experience. When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The Unix timestamp when the retriever was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The Unix timestamp when the data source connector was last updated.
sourcepub fn welcome_message(&self) -> Option<&str>
pub fn welcome_message(&self) -> Option<&str>
The customized welcome message for end users of an Amazon Q web experience.
sourcepub fn sample_prompts_control_mode(
&self
) -> Option<&WebExperienceSamplePromptsControlMode>
pub fn sample_prompts_control_mode( &self ) -> Option<&WebExperienceSamplePromptsControlMode>
Determines whether sample prompts are enabled in the web experience for an end user.
sourcepub fn authentication_configuration(
&self
) -> Option<&WebExperienceAuthConfiguration>
pub fn authentication_configuration( &self ) -> Option<&WebExperienceAuthConfiguration>
The authentication configuration information for your Amazon Q web experience.
sourcepub fn error(&self) -> Option<&ErrorDetail>
pub fn error(&self) -> Option<&ErrorDetail>
When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source connector to fail.
source§impl GetWebExperienceOutput
impl GetWebExperienceOutput
sourcepub fn builder() -> GetWebExperienceOutputBuilder
pub fn builder() -> GetWebExperienceOutputBuilder
Creates a new builder-style object to manufacture GetWebExperienceOutput.
Trait Implementations§
source§impl Clone for GetWebExperienceOutput
impl Clone for GetWebExperienceOutput
source§fn clone(&self) -> GetWebExperienceOutput
fn clone(&self) -> GetWebExperienceOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetWebExperienceOutput
impl Debug for GetWebExperienceOutput
source§impl PartialEq for GetWebExperienceOutput
impl PartialEq for GetWebExperienceOutput
source§fn eq(&self, other: &GetWebExperienceOutput) -> bool
fn eq(&self, other: &GetWebExperienceOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetWebExperienceOutput
impl RequestId for GetWebExperienceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.