Struct aws_sdk_lexmodelsv2::model::GrammarSlotTypeSource
source · [−]#[non_exhaustive]pub struct GrammarSlotTypeSource {
pub s3_bucket_name: Option<String>,
pub s3_object_key: Option<String>,
pub kms_key_arn: Option<String>,
}Expand description
Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
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.s3_bucket_name: Option<String>The name of the S3 bucket that contains the grammar source.
s3_object_key: Option<String>The path to the grammar in the S3 bucket.
kms_key_arn: Option<String>The Amazon KMS key required to decrypt the contents of the grammar, if any.
Implementations
The name of the S3 bucket that contains the grammar source.
The path to the grammar in the S3 bucket.
The Amazon KMS key required to decrypt the contents of the grammar, if any.
Creates a new builder-style object to manufacture GrammarSlotTypeSource
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 GrammarSlotTypeSource
impl Send for GrammarSlotTypeSource
impl Sync for GrammarSlotTypeSource
impl Unpin for GrammarSlotTypeSource
impl UnwindSafe for GrammarSlotTypeSource
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