Struct aws_sdk_quicksight::input::DescribeDataSourceInput
source · #[non_exhaustive]pub struct DescribeDataSourceInput { /* private fields */ }
Implementations§
source§impl DescribeDataSourceInput
impl DescribeDataSourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDataSource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDataSource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDataSource
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDataSourceInput
.
source§impl DescribeDataSourceInput
impl DescribeDataSourceInput
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.
Trait Implementations§
source§impl Clone for DescribeDataSourceInput
impl Clone for DescribeDataSourceInput
source§fn clone(&self) -> DescribeDataSourceInput
fn clone(&self) -> DescribeDataSourceInput
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 DescribeDataSourceInput
impl Debug for DescribeDataSourceInput
source§impl PartialEq<DescribeDataSourceInput> for DescribeDataSourceInput
impl PartialEq<DescribeDataSourceInput> for DescribeDataSourceInput
source§fn eq(&self, other: &DescribeDataSourceInput) -> bool
fn eq(&self, other: &DescribeDataSourceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.