#[non_exhaustive]pub struct GetUnfilteredPartitionsMetadataInput { /* private fields */ }Implementations§
source§impl GetUnfilteredPartitionsMetadataInput
impl GetUnfilteredPartitionsMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUnfilteredPartitionsMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUnfilteredPartitionsMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetUnfilteredPartitionsMetadata>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUnfilteredPartitionsMetadataInput.
source§impl GetUnfilteredPartitionsMetadataInput
impl GetUnfilteredPartitionsMetadataInput
pub fn catalog_id(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
pub fn expression(&self) -> Option<&str>
sourcepub fn audit_context(&self) -> Option<&AuditContext>
pub fn audit_context(&self) -> Option<&AuditContext>
A structure containing information for audit.
pub fn supported_permission_types(&self) -> Option<&[PermissionType]>
pub fn next_token(&self) -> Option<&str>
sourcepub fn segment(&self) -> Option<&Segment>
pub fn segment(&self) -> Option<&Segment>
Defines a non-overlapping region of a table's partitions, allowing multiple requests to be run in parallel.
pub fn max_results(&self) -> Option<i32>
Trait Implementations§
source§impl Clone for GetUnfilteredPartitionsMetadataInput
impl Clone for GetUnfilteredPartitionsMetadataInput
source§fn clone(&self) -> GetUnfilteredPartitionsMetadataInput
fn clone(&self) -> GetUnfilteredPartitionsMetadataInput
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 PartialEq<GetUnfilteredPartitionsMetadataInput> for GetUnfilteredPartitionsMetadataInput
impl PartialEq<GetUnfilteredPartitionsMetadataInput> for GetUnfilteredPartitionsMetadataInput
source§fn eq(&self, other: &GetUnfilteredPartitionsMetadataInput) -> bool
fn eq(&self, other: &GetUnfilteredPartitionsMetadataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.