Struct aws_sdk_sagemakergeospatial::operation::get_vector_enrichment_job::GetVectorEnrichmentJobOutput
source · #[non_exhaustive]pub struct GetVectorEnrichmentJobOutput {Show 14 fields
pub arn: Option<String>,
pub type: Option<VectorEnrichmentJobType>,
pub name: Option<String>,
pub creation_time: Option<DateTime>,
pub duration_in_seconds: Option<i32>,
pub status: Option<VectorEnrichmentJobStatus>,
pub kms_key_id: Option<String>,
pub input_config: Option<VectorEnrichmentJobInputConfig>,
pub job_config: Option<VectorEnrichmentJobConfig>,
pub execution_role_arn: Option<String>,
pub error_details: Option<VectorEnrichmentJobErrorDetails>,
pub export_status: Option<VectorEnrichmentJobExportStatus>,
pub export_error_details: Option<VectorEnrichmentJobExportErrorDetails>,
pub tags: Option<HashMap<String, String>>,
/* private fields */
}
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.arn: Option<String>
The Amazon Resource Name (ARN) of the Vector Enrichment job.
type: Option<VectorEnrichmentJobType>
The type of the Vector Enrichment job being initiated.
name: Option<String>
The name of the Vector Enrichment job.
creation_time: Option<DateTime>
The creation time.
duration_in_seconds: Option<i32>
The duration of the Vector Enrichment job, in seconds.
status: Option<VectorEnrichmentJobStatus>
The status of the initiated Vector Enrichment job.
kms_key_id: Option<String>
The Key Management Service key ID for server-side encryption.
input_config: Option<VectorEnrichmentJobInputConfig>
Input configuration information for the Vector Enrichment job.
job_config: Option<VectorEnrichmentJobConfig>
An object containing information about the job configuration.
execution_role_arn: Option<String>
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
error_details: Option<VectorEnrichmentJobErrorDetails>
Details about the errors generated during the Vector Enrichment job.
export_status: Option<VectorEnrichmentJobExportStatus>
The export status of the Vector Enrichment job being initiated.
export_error_details: Option<VectorEnrichmentJobExportErrorDetails>
Details about the errors generated during the ExportVectorEnrichmentJob.
Each tag consists of a key and a value.
Implementations§
source§impl GetVectorEnrichmentJobOutput
impl GetVectorEnrichmentJobOutput
sourcepub fn type(&self) -> Option<&VectorEnrichmentJobType>
pub fn type(&self) -> Option<&VectorEnrichmentJobType>
The type of the Vector Enrichment job being initiated.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The creation time.
sourcepub fn duration_in_seconds(&self) -> Option<i32>
pub fn duration_in_seconds(&self) -> Option<i32>
The duration of the Vector Enrichment job, in seconds.
sourcepub fn status(&self) -> Option<&VectorEnrichmentJobStatus>
pub fn status(&self) -> Option<&VectorEnrichmentJobStatus>
The status of the initiated Vector Enrichment job.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The Key Management Service key ID for server-side encryption.
sourcepub fn input_config(&self) -> Option<&VectorEnrichmentJobInputConfig>
pub fn input_config(&self) -> Option<&VectorEnrichmentJobInputConfig>
Input configuration information for the Vector Enrichment job.
sourcepub fn job_config(&self) -> Option<&VectorEnrichmentJobConfig>
pub fn job_config(&self) -> Option<&VectorEnrichmentJobConfig>
An object containing information about the job configuration.
sourcepub fn execution_role_arn(&self) -> Option<&str>
pub fn execution_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
sourcepub fn error_details(&self) -> Option<&VectorEnrichmentJobErrorDetails>
pub fn error_details(&self) -> Option<&VectorEnrichmentJobErrorDetails>
Details about the errors generated during the Vector Enrichment job.
sourcepub fn export_status(&self) -> Option<&VectorEnrichmentJobExportStatus>
pub fn export_status(&self) -> Option<&VectorEnrichmentJobExportStatus>
The export status of the Vector Enrichment job being initiated.
sourcepub fn export_error_details(
&self
) -> Option<&VectorEnrichmentJobExportErrorDetails>
pub fn export_error_details( &self ) -> Option<&VectorEnrichmentJobExportErrorDetails>
Details about the errors generated during the ExportVectorEnrichmentJob.
Each tag consists of a key and a value.
source§impl GetVectorEnrichmentJobOutput
impl GetVectorEnrichmentJobOutput
sourcepub fn builder() -> GetVectorEnrichmentJobOutputBuilder
pub fn builder() -> GetVectorEnrichmentJobOutputBuilder
Creates a new builder-style object to manufacture GetVectorEnrichmentJobOutput
.
Trait Implementations§
source§impl Clone for GetVectorEnrichmentJobOutput
impl Clone for GetVectorEnrichmentJobOutput
source§fn clone(&self) -> GetVectorEnrichmentJobOutput
fn clone(&self) -> GetVectorEnrichmentJobOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetVectorEnrichmentJobOutput
impl Debug for GetVectorEnrichmentJobOutput
source§impl PartialEq<GetVectorEnrichmentJobOutput> for GetVectorEnrichmentJobOutput
impl PartialEq<GetVectorEnrichmentJobOutput> for GetVectorEnrichmentJobOutput
source§fn eq(&self, other: &GetVectorEnrichmentJobOutput) -> bool
fn eq(&self, other: &GetVectorEnrichmentJobOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetVectorEnrichmentJobOutput
impl RequestId for GetVectorEnrichmentJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.