Struct aws_sdk_honeycode::operation::describe_table_data_import_job::DescribeTableDataImportJobOutput
source · #[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() -> DescribeTableDataImportJobOutputBuilder
pub fn builder() -> DescribeTableDataImportJobOutputBuilder
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 moresource§impl PartialEq<DescribeTableDataImportJobOutput> for DescribeTableDataImportJobOutput
impl PartialEq<DescribeTableDataImportJobOutput> for DescribeTableDataImportJobOutput
source§fn eq(&self, other: &DescribeTableDataImportJobOutput) -> bool
fn eq(&self, other: &DescribeTableDataImportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeTableDataImportJobOutput
impl RequestId for DescribeTableDataImportJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.