#[non_exhaustive]pub struct GetUnfilteredPartitionsMetadataInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetUnfilteredPartitionsMetadataInput
impl Clone for GetUnfilteredPartitionsMetadataInput
sourcefn clone(&self) -> GetUnfilteredPartitionsMetadataInput
fn clone(&self) -> GetUnfilteredPartitionsMetadataInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetUnfilteredPartitionsMetadataInput> for GetUnfilteredPartitionsMetadataInput
impl PartialEq<GetUnfilteredPartitionsMetadataInput> for GetUnfilteredPartitionsMetadataInput
sourcefn eq(&self, other: &GetUnfilteredPartitionsMetadataInput) -> bool
fn eq(&self, other: &GetUnfilteredPartitionsMetadataInput) -> bool
impl StructuralPartialEq for GetUnfilteredPartitionsMetadataInput
Auto Trait Implementations
impl RefUnwindSafe for GetUnfilteredPartitionsMetadataInput
impl Send for GetUnfilteredPartitionsMetadataInput
impl Sync for GetUnfilteredPartitionsMetadataInput
impl Unpin for GetUnfilteredPartitionsMetadataInput
impl UnwindSafe for GetUnfilteredPartitionsMetadataInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more