#[non_exhaustive]pub struct DeleteDataSourceInput { /* private fields */ }
Implementations§
source§impl DeleteDataSourceInput
impl DeleteDataSourceInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn data_source_id(&self) -> Option<&str>
pub fn data_source_id(&self) -> Option<&str>
The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
source§impl DeleteDataSourceInput
impl DeleteDataSourceInput
sourcepub fn builder() -> DeleteDataSourceInputBuilder
pub fn builder() -> DeleteDataSourceInputBuilder
Creates a new builder-style object to manufacture DeleteDataSourceInput
.
source§impl DeleteDataSourceInput
impl DeleteDataSourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDataSource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDataSource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDataSource
>
Trait Implementations§
source§impl Clone for DeleteDataSourceInput
impl Clone for DeleteDataSourceInput
source§fn clone(&self) -> DeleteDataSourceInput
fn clone(&self) -> DeleteDataSourceInput
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 DeleteDataSourceInput
impl Debug for DeleteDataSourceInput
source§impl PartialEq<DeleteDataSourceInput> for DeleteDataSourceInput
impl PartialEq<DeleteDataSourceInput> for DeleteDataSourceInput
source§fn eq(&self, other: &DeleteDataSourceInput) -> bool
fn eq(&self, other: &DeleteDataSourceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.