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