Struct aws_sdk_sagemakergeospatial::operation::start_vector_enrichment_job::StartVectorEnrichmentJobOutput
source · #[non_exhaustive]pub struct StartVectorEnrichmentJobOutput {
pub name: String,
pub arn: String,
pub type: VectorEnrichmentJobType,
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 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: String
The name of the Vector Enrichment job.
arn: String
The Amazon Resource Name (ARN) of the Vector Enrichment job.
type: VectorEnrichmentJobType
The type 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 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: 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) -> &VectorEnrichmentJobType
pub fn type(&self) -> &VectorEnrichmentJobType
The type of the Vector Enrichment job.
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 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) -> &str
pub fn execution_role_arn(&self) -> &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.