#[non_exhaustive]pub struct DescribeTopicsDetectionJobOutput { /* private fields */ }Implementations§
source§impl DescribeTopicsDetectionJobOutput
impl DescribeTopicsDetectionJobOutput
sourcepub fn topics_detection_job_properties(
&self
) -> Option<&TopicsDetectionJobProperties>
pub fn topics_detection_job_properties(
&self
) -> Option<&TopicsDetectionJobProperties>
The list of properties for the requested job.
source§impl DescribeTopicsDetectionJobOutput
impl DescribeTopicsDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTopicsDetectionJobOutput.
Trait Implementations§
source§impl Clone for DescribeTopicsDetectionJobOutput
impl Clone for DescribeTopicsDetectionJobOutput
source§fn clone(&self) -> DescribeTopicsDetectionJobOutput
fn clone(&self) -> DescribeTopicsDetectionJobOutput
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