#[non_exhaustive]pub struct FlowDefinitionOutputConfig { /* private fields */ }
Expand description
Contains information about where human output will be stored.
Implementations§
source§impl FlowDefinitionOutputConfig
impl FlowDefinitionOutputConfig
sourcepub fn s3_output_path(&self) -> Option<&str>
pub fn s3_output_path(&self) -> Option<&str>
The Amazon S3 path where the object containing human output will be made available.
To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The Amazon Key Management Service (KMS) key ID for server-side encryption.
source§impl FlowDefinitionOutputConfig
impl FlowDefinitionOutputConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FlowDefinitionOutputConfig
.
Trait Implementations§
source§impl Clone for FlowDefinitionOutputConfig
impl Clone for FlowDefinitionOutputConfig
source§fn clone(&self) -> FlowDefinitionOutputConfig
fn clone(&self) -> FlowDefinitionOutputConfig
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 moresource§impl Debug for FlowDefinitionOutputConfig
impl Debug for FlowDefinitionOutputConfig
source§impl PartialEq<FlowDefinitionOutputConfig> for FlowDefinitionOutputConfig
impl PartialEq<FlowDefinitionOutputConfig> for FlowDefinitionOutputConfig
source§fn eq(&self, other: &FlowDefinitionOutputConfig) -> bool
fn eq(&self, other: &FlowDefinitionOutputConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.