Struct aws_sdk_applicationdiscovery::output::StartContinuousExportOutput [−][src]
#[non_exhaustive]pub struct StartContinuousExportOutput {
pub export_id: Option<String>,
pub s3_bucket: Option<String>,
pub start_time: Option<Instant>,
pub data_source: Option<DataSource>,
pub schema_storage_config: Option<HashMap<String, String>>,
}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.export_id: Option<String>The unique ID assigned to this export.
s3_bucket: Option<String>The name of the s3 bucket where the export data parquet files are stored.
start_time: Option<Instant>The timestamp representing when the continuous export was started.
data_source: Option<DataSource>The type of data collector used to gather this data (currently only offered for AGENT).
schema_storage_config: Option<HashMap<String, String>>A dictionary which describes how the data is stored.
-
databaseName- the name of the Glue database used to store the schema.
Implementations
Creates a new builder-style object to manufacture StartContinuousExportOutput
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 StartContinuousExportOutput
impl Send for StartContinuousExportOutput
impl Sync for StartContinuousExportOutput
impl Unpin for StartContinuousExportOutput
impl UnwindSafe for StartContinuousExportOutput
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