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