#[non_exhaustive]pub struct GetApplicationOutput {
pub display_name: Option<String>,
pub application_id: Option<String>,
pub application_arn: Option<String>,
pub role_arn: Option<String>,
pub status: Option<ApplicationStatus>,
pub description: Option<String>,
pub encryption_configuration: Option<EncryptionConfiguration>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub error: Option<ErrorDetail>,
pub attachments_configuration: Option<AppliedAttachmentsConfiguration>,
/* 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.display_name: Option<String>The name of the Amazon Q application.
application_id: Option<String>The identifier of the Amazon Q application.
application_arn: Option<String>The Amazon Resource Name (ARN) of the Amazon Q application.
role_arn: Option<String>The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
status: Option<ApplicationStatus>The status of the Amazon Q application.
description: Option<String>A description for the Amazon Q application.
encryption_configuration: Option<EncryptionConfiguration>The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.
created_at: Option<DateTime>The Unix timestamp when the Amazon Q application was last updated.
updated_at: Option<DateTime>The Unix timestamp when the Amazon Q application was last updated.
error: Option<ErrorDetail>If the Status field is set to ERROR, the ErrorMessage field contains a description of the error that caused the synchronization to fail.
attachments_configuration: Option<AppliedAttachmentsConfiguration>Settings for whether end users can upload files directly during chat.
Implementations§
source§impl GetApplicationOutput
impl GetApplicationOutput
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the Amazon Q application.
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The identifier of the Amazon Q application.
sourcepub fn application_arn(&self) -> Option<&str>
pub fn application_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Amazon Q application.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
sourcepub fn status(&self) -> Option<&ApplicationStatus>
pub fn status(&self) -> Option<&ApplicationStatus>
The status of the Amazon Q application.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the Amazon Q application.
sourcepub fn encryption_configuration(&self) -> Option<&EncryptionConfiguration>
pub fn encryption_configuration(&self) -> Option<&EncryptionConfiguration>
The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The Unix timestamp when the Amazon Q application was last updated.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The Unix timestamp when the Amazon Q application was last updated.
sourcepub fn error(&self) -> Option<&ErrorDetail>
pub fn error(&self) -> Option<&ErrorDetail>
If the Status field is set to ERROR, the ErrorMessage field contains a description of the error that caused the synchronization to fail.
sourcepub fn attachments_configuration(
&self
) -> Option<&AppliedAttachmentsConfiguration>
pub fn attachments_configuration( &self ) -> Option<&AppliedAttachmentsConfiguration>
Settings for whether end users can upload files directly during chat.
source§impl GetApplicationOutput
impl GetApplicationOutput
sourcepub fn builder() -> GetApplicationOutputBuilder
pub fn builder() -> GetApplicationOutputBuilder
Creates a new builder-style object to manufacture GetApplicationOutput.
Trait Implementations§
source§impl Clone for GetApplicationOutput
impl Clone for GetApplicationOutput
source§fn clone(&self) -> GetApplicationOutput
fn clone(&self) -> GetApplicationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetApplicationOutput
impl Debug for GetApplicationOutput
source§impl PartialEq for GetApplicationOutput
impl PartialEq for GetApplicationOutput
source§fn eq(&self, other: &GetApplicationOutput) -> bool
fn eq(&self, other: &GetApplicationOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetApplicationOutput
impl RequestId for GetApplicationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.