Struct aws_sdk_sagemakergeospatial::operation::get_vector_enrichment_job::GetVectorEnrichmentJobOutput
source · #[non_exhaustive]pub struct GetVectorEnrichmentJobOutput {Show 14 fields
pub arn: String,
pub type: VectorEnrichmentJobType,
pub name: String,
pub creation_time: DateTime,
pub duration_in_seconds: i32,
pub status: VectorEnrichmentJobStatus,
pub kms_key_id: Option<String>,
pub input_config: Option<VectorEnrichmentJobInputConfig>,
pub job_config: Option<VectorEnrichmentJobConfig>,
pub execution_role_arn: 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: String
The Amazon Resource Name (ARN) of the Vector Enrichment job.
type: VectorEnrichmentJobType
The type of the Vector Enrichment job being initiated.
name: String
The name of the Vector Enrichment job.
creation_time: DateTime
The creation time.
duration_in_seconds: i32
The duration of the Vector Enrichment job, in seconds.
status: 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: 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) -> &VectorEnrichmentJobType
pub fn type(&self) -> &VectorEnrichmentJobType
The type of the Vector Enrichment job being initiated.
sourcepub fn creation_time(&self) -> &DateTime
pub fn creation_time(&self) -> &DateTime
The creation time.
sourcepub fn duration_in_seconds(&self) -> i32
pub fn duration_in_seconds(&self) -> i32
The duration of the Vector Enrichment job, in seconds.
sourcepub fn status(&self) -> &VectorEnrichmentJobStatus
pub fn status(&self) -> &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) -> &str
pub fn execution_role_arn(&self) -> &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 for GetVectorEnrichmentJobOutput
impl PartialEq 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.