#[non_exhaustive]pub struct DescribeTableDataImportJobOutput { /* private fields */ }Implementations§
source§impl DescribeTableDataImportJobOutput
impl DescribeTableDataImportJobOutput
sourcepub fn job_status(&self) -> Option<&TableDataImportJobStatus>
pub fn job_status(&self) -> Option<&TableDataImportJobStatus>
The current status of the import job.
sourcepub fn message(&self) -> Option<&str>
pub fn message(&self) -> Option<&str>
A message providing more details about the current status of the import job.
sourcepub fn job_metadata(&self) -> Option<&TableDataImportJobMetadata>
pub fn job_metadata(&self) -> Option<&TableDataImportJobMetadata>
The metadata about the job that was submitted for import.
sourcepub fn error_code(&self) -> Option<&ErrorCode>
pub fn error_code(&self) -> Option<&ErrorCode>
If job status is failed, error code to understand reason for the failure.
source§impl DescribeTableDataImportJobOutput
impl DescribeTableDataImportJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTableDataImportJobOutput.
Trait Implementations§
source§impl Clone for DescribeTableDataImportJobOutput
impl Clone for DescribeTableDataImportJobOutput
source§fn clone(&self) -> DescribeTableDataImportJobOutput
fn clone(&self) -> DescribeTableDataImportJobOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more