Struct aws_sdk_glue::model::SessionCommand
source · #[non_exhaustive]pub struct SessionCommand { /* private fields */ }Expand description
The SessionCommand that runs the job.
Implementations§
source§impl SessionCommand
impl SessionCommand
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SessionCommand.
Trait Implementations§
source§impl Clone for SessionCommand
impl Clone for SessionCommand
source§fn clone(&self) -> SessionCommand
fn clone(&self) -> SessionCommand
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 Debug for SessionCommand
impl Debug for SessionCommand
source§impl PartialEq<SessionCommand> for SessionCommand
impl PartialEq<SessionCommand> for SessionCommand
source§fn eq(&self, other: &SessionCommand) -> bool
fn eq(&self, other: &SessionCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.