Struct aws_sdk_glue::model::Statement
source · #[non_exhaustive]pub struct Statement { /* private fields */ }Expand description
The statement or request for a particular action to occur in a session.
Implementations§
source§impl Statement
impl Statement
sourcepub fn state(&self) -> Option<&StatementState>
pub fn state(&self) -> Option<&StatementState>
The state while request is actioned.
sourcepub fn output(&self) -> Option<&StatementOutput>
pub fn output(&self) -> Option<&StatementOutput>
The output in JSON.
sourcepub fn started_on(&self) -> i64
pub fn started_on(&self) -> i64
The unix time and date that the job definition was started.
sourcepub fn completed_on(&self) -> i64
pub fn completed_on(&self) -> i64
The unix time and date that the job definition was completed.