Struct aws_sdk_comprehend::model::PiiOutputDataConfig [−][src]
#[non_exhaustive]pub struct PiiOutputDataConfig {
pub s3_uri: Option<String>,
pub kms_key_id: Option<String>,
}Expand description
Provides configuration parameters for the output of PII entity detection jobs.
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_uri: Option<String>When you use the PiiOutputDataConfig object with asynchronous operations,
you specify the Amazon S3 location where you want to write the output data.
kms_key_id: Option<String>ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
Implementations
When you use the PiiOutputDataConfig object with asynchronous operations,
you specify the Amazon S3 location where you want to write the output data.
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
Creates a new builder-style object to manufacture PiiOutputDataConfig
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 PiiOutputDataConfig
impl Send for PiiOutputDataConfig
impl Sync for PiiOutputDataConfig
impl Unpin for PiiOutputDataConfig
impl UnwindSafe for PiiOutputDataConfig
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