Struct aws_sdk_glue::input::CreateScriptInput
source · #[non_exhaustive]pub struct CreateScriptInput { /* private fields */ }Implementations§
source§impl CreateScriptInput
impl CreateScriptInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateScript, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateScript, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateScript>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateScriptInput.
Trait Implementations§
source§impl Clone for CreateScriptInput
impl Clone for CreateScriptInput
source§fn clone(&self) -> CreateScriptInput
fn clone(&self) -> CreateScriptInput
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 CreateScriptInput
impl Debug for CreateScriptInput
source§impl PartialEq<CreateScriptInput> for CreateScriptInput
impl PartialEq<CreateScriptInput> for CreateScriptInput
source§fn eq(&self, other: &CreateScriptInput) -> bool
fn eq(&self, other: &CreateScriptInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.