Struct aws_sdk_wisdom::model::RenderingConfiguration [−][src]
Expand description
Information about how to render the content.
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.template_uri: Option<String>
A URI template containing exactly one variable in ${variableName}
format.
This can only be set for EXTERNAL
knowledge bases. For Salesforce and ServiceNow,
the variable must be one of the following:
-
Salesforce:
Id
,ArticleNumber
,VersionNumber
,Title
,PublishStatus
, orIsDeleted
-
ServiceNow:
number
,short_description
,sys_mod_count
,workflow_state
, oractive
The variable is replaced with the actual value for a piece of content when calling GetContent.
Implementations
A URI template containing exactly one variable in ${variableName}
format.
This can only be set for EXTERNAL
knowledge bases. For Salesforce and ServiceNow,
the variable must be one of the following:
-
Salesforce:
Id
,ArticleNumber
,VersionNumber
,Title
,PublishStatus
, orIsDeleted
-
ServiceNow:
number
,short_description
,sys_mod_count
,workflow_state
, oractive
The variable is replaced with the actual value for a piece of content when calling GetContent.
Creates a new builder-style object to manufacture RenderingConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RenderingConfiguration
impl Send for RenderingConfiguration
impl Sync for RenderingConfiguration
impl Unpin for RenderingConfiguration
impl UnwindSafe for RenderingConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more