Struct aws_sdk_glue::input::ListSchemaVersionsInput
source · #[non_exhaustive]pub struct ListSchemaVersionsInput { /* private fields */ }Implementations§
source§impl ListSchemaVersionsInput
impl ListSchemaVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSchemaVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSchemaVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSchemaVersions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSchemaVersionsInput.
source§impl ListSchemaVersionsInput
impl ListSchemaVersionsInput
sourcepub fn schema_id(&self) -> Option<&SchemaId>
pub fn schema_id(&self) -> Option<&SchemaId>
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation call.
Trait Implementations§
source§impl Clone for ListSchemaVersionsInput
impl Clone for ListSchemaVersionsInput
source§fn clone(&self) -> ListSchemaVersionsInput
fn clone(&self) -> ListSchemaVersionsInput
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 ListSchemaVersionsInput
impl Debug for ListSchemaVersionsInput
source§impl PartialEq<ListSchemaVersionsInput> for ListSchemaVersionsInput
impl PartialEq<ListSchemaVersionsInput> for ListSchemaVersionsInput
source§fn eq(&self, other: &ListSchemaVersionsInput) -> bool
fn eq(&self, other: &ListSchemaVersionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.