Struct aws_sdk_glue::input::CreatePartitionInput
source · #[non_exhaustive]pub struct CreatePartitionInput { /* private fields */ }Implementations§
source§impl CreatePartitionInput
impl CreatePartitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePartition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePartition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePartition>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePartitionInput.
source§impl CreatePartitionInput
impl CreatePartitionInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The Amazon Web Services account ID of the catalog in which the partition is to be created.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the metadata database in which the partition is to be created.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the metadata table in which the partition is to be created.
sourcepub fn partition_input(&self) -> Option<&PartitionInput>
pub fn partition_input(&self) -> Option<&PartitionInput>
A PartitionInput structure defining the partition to be created.
Trait Implementations§
source§impl Clone for CreatePartitionInput
impl Clone for CreatePartitionInput
source§fn clone(&self) -> CreatePartitionInput
fn clone(&self) -> CreatePartitionInput
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 CreatePartitionInput
impl Debug for CreatePartitionInput
source§impl PartialEq<CreatePartitionInput> for CreatePartitionInput
impl PartialEq<CreatePartitionInput> for CreatePartitionInput
source§fn eq(&self, other: &CreatePartitionInput) -> bool
fn eq(&self, other: &CreatePartitionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.