Struct aws_sdk_glue::input::GetPartitionInput
source ·
[−]#[non_exhaustive]pub struct GetPartitionInput {
pub catalog_id: Option<String>,
pub database_name: Option<String>,
pub table_name: Option<String>,
pub partition_values: Option<Vec<String>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.catalog_id: Option<String>The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.
database_name: Option<String>The name of the catalog database where the partition resides.
table_name: Option<String>The name of the partition's table.
partition_values: Option<Vec<String>>The values that define the partition.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPartition, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPartition, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetPartition>
Creates a new builder-style object to manufacture GetPartitionInput
The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.
The name of the catalog database where the partition resides.
The name of the partition's table.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetPartitionInput
impl Send for GetPartitionInput
impl Sync for GetPartitionInput
impl Unpin for GetPartitionInput
impl UnwindSafe for GetPartitionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
