Struct aws_sdk_glue::input::CreateBlueprintInput
source · #[non_exhaustive]pub struct CreateBlueprintInput { /* private fields */ }Implementations§
source§impl CreateBlueprintInput
impl CreateBlueprintInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBlueprint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBlueprint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBlueprint>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBlueprintInput.
source§impl CreateBlueprintInput
impl CreateBlueprintInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the blueprint.
sourcepub fn blueprint_location(&self) -> Option<&str>
pub fn blueprint_location(&self) -> Option<&str>
Specifies a path in Amazon S3 where the blueprint is published.
The tags to be applied to this blueprint.
Trait Implementations§
source§impl Clone for CreateBlueprintInput
impl Clone for CreateBlueprintInput
source§fn clone(&self) -> CreateBlueprintInput
fn clone(&self) -> CreateBlueprintInput
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 CreateBlueprintInput
impl Debug for CreateBlueprintInput
source§impl PartialEq<CreateBlueprintInput> for CreateBlueprintInput
impl PartialEq<CreateBlueprintInput> for CreateBlueprintInput
source§fn eq(&self, other: &CreateBlueprintInput) -> bool
fn eq(&self, other: &CreateBlueprintInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.