Struct aws_sdk_glue::input::GetPartitionIndexesInput
source · #[non_exhaustive]pub struct GetPartitionIndexesInput { /* private fields */ }Implementations§
source§impl GetPartitionIndexesInput
impl GetPartitionIndexesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPartitionIndexes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPartitionIndexes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetPartitionIndexes>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPartitionIndexesInput.
source§impl GetPartitionIndexesInput
impl GetPartitionIndexesInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The catalog ID where the table resides.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
Specifies the name of a database from which you want to retrieve partition indexes.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
Specifies the name of a table for which you want to retrieve the partition indexes.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, included if this is a continuation call.
Trait Implementations§
source§impl Clone for GetPartitionIndexesInput
impl Clone for GetPartitionIndexesInput
source§fn clone(&self) -> GetPartitionIndexesInput
fn clone(&self) -> GetPartitionIndexesInput
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 GetPartitionIndexesInput
impl Debug for GetPartitionIndexesInput
source§impl PartialEq<GetPartitionIndexesInput> for GetPartitionIndexesInput
impl PartialEq<GetPartitionIndexesInput> for GetPartitionIndexesInput
source§fn eq(&self, other: &GetPartitionIndexesInput) -> bool
fn eq(&self, other: &GetPartitionIndexesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.