Struct aws_sdk_glue::output::GetPartitionIndexesOutput
source · #[non_exhaustive]pub struct GetPartitionIndexesOutput { /* private fields */ }Implementations§
source§impl GetPartitionIndexesOutput
impl GetPartitionIndexesOutput
sourcepub fn partition_index_descriptor_list(
&self
) -> Option<&[PartitionIndexDescriptor]>
pub fn partition_index_descriptor_list(
&self
) -> Option<&[PartitionIndexDescriptor]>
A list of index descriptors.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, present if the current list segment is not the last.
source§impl GetPartitionIndexesOutput
impl GetPartitionIndexesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPartitionIndexesOutput.
Trait Implementations§
source§impl Clone for GetPartitionIndexesOutput
impl Clone for GetPartitionIndexesOutput
source§fn clone(&self) -> GetPartitionIndexesOutput
fn clone(&self) -> GetPartitionIndexesOutput
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 GetPartitionIndexesOutput
impl Debug for GetPartitionIndexesOutput
source§impl PartialEq<GetPartitionIndexesOutput> for GetPartitionIndexesOutput
impl PartialEq<GetPartitionIndexesOutput> for GetPartitionIndexesOutput
source§fn eq(&self, other: &GetPartitionIndexesOutput) -> bool
fn eq(&self, other: &GetPartitionIndexesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.