Struct aws_sdk_lexmodelsv2::model::BuiltInSlotTypeSummary
source · #[non_exhaustive]pub struct BuiltInSlotTypeSummary { /* private fields */ }Expand description
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
Implementations§
source§impl BuiltInSlotTypeSummary
impl BuiltInSlotTypeSummary
sourcepub fn slot_type_signature(&self) -> Option<&str>
pub fn slot_type_signature(&self) -> Option<&str>
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the built-in slot type.
source§impl BuiltInSlotTypeSummary
impl BuiltInSlotTypeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuiltInSlotTypeSummary.
Trait Implementations§
source§impl Clone for BuiltInSlotTypeSummary
impl Clone for BuiltInSlotTypeSummary
source§fn clone(&self) -> BuiltInSlotTypeSummary
fn clone(&self) -> BuiltInSlotTypeSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more