Struct aws_sdk_lexmodelsv2::model::BuiltInSlotTypeSummary
source · [−]#[non_exhaustive]pub struct BuiltInSlotTypeSummary {
pub slot_type_signature: Option<String>,
pub description: Option<String>,
}Expand description
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
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.slot_type_signature: Option<String>The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
description: Option<String>The description of the built-in slot type.
Implementations
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
The description of the built-in slot type.
Creates a new builder-style object to manufacture BuiltInSlotTypeSummary
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 BuiltInSlotTypeSummary
impl Send for BuiltInSlotTypeSummary
impl Sync for BuiltInSlotTypeSummary
impl Unpin for BuiltInSlotTypeSummary
impl UnwindSafe for BuiltInSlotTypeSummary
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