Struct aws_sdk_sagemakergeospatial::operation::start_vector_enrichment_job::StartVectorEnrichmentJobOutput
source · #[non_exhaustive]pub struct StartVectorEnrichmentJobOutput {
pub name: Option<String>,
pub arn: Option<String>,
pub type: Option<VectorEnrichmentJobType>,
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 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.name: Option<String>
The name of the Vector Enrichment job.
arn: Option<String>
The Amazon Resource Name (ARN) of the Vector Enrichment job.
type: Option<VectorEnrichmentJobType>
The type 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 Vector Enrichment job being started.
kms_key_id: Option<String>
The Key Management Service key ID for server-side encryption.
input_config: Option<VectorEnrichmentJobInputConfig>
Input configuration information for starting 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.
Each tag consists of a key and a value.
Implementations§
source§impl StartVectorEnrichmentJobOutput
impl StartVectorEnrichmentJobOutput
sourcepub fn type(&self) -> Option<&VectorEnrichmentJobType>
pub fn type(&self) -> Option<&VectorEnrichmentJobType>
The type of the Vector Enrichment job.
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 Vector Enrichment job being started.
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 starting 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.
Each tag consists of a key and a value.
source§impl StartVectorEnrichmentJobOutput
impl StartVectorEnrichmentJobOutput
sourcepub fn builder() -> StartVectorEnrichmentJobOutputBuilder
pub fn builder() -> StartVectorEnrichmentJobOutputBuilder
Creates a new builder-style object to manufacture StartVectorEnrichmentJobOutput
.
Trait Implementations§
source§impl Clone for StartVectorEnrichmentJobOutput
impl Clone for StartVectorEnrichmentJobOutput
source§fn clone(&self) -> StartVectorEnrichmentJobOutput
fn clone(&self) -> StartVectorEnrichmentJobOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for StartVectorEnrichmentJobOutput
impl PartialEq for StartVectorEnrichmentJobOutput
source§fn eq(&self, other: &StartVectorEnrichmentJobOutput) -> bool
fn eq(&self, other: &StartVectorEnrichmentJobOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StartVectorEnrichmentJobOutput
impl RequestId for StartVectorEnrichmentJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.