Struct aws_sdk_quicksight::input::DescribeDataSourceInput
source · [−]#[non_exhaustive]pub struct DescribeDataSourceInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeDataSourceInput
impl Clone for DescribeDataSourceInput
sourcefn clone(&self) -> DescribeDataSourceInput
fn clone(&self) -> DescribeDataSourceInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeDataSourceInput
impl Debug for DescribeDataSourceInput
sourceimpl PartialEq<DescribeDataSourceInput> for DescribeDataSourceInput
impl PartialEq<DescribeDataSourceInput> for DescribeDataSourceInput
sourcefn eq(&self, other: &DescribeDataSourceInput) -> bool
fn eq(&self, other: &DescribeDataSourceInput) -> bool
impl StructuralPartialEq for DescribeDataSourceInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDataSourceInput
impl Send for DescribeDataSourceInput
impl Sync for DescribeDataSourceInput
impl Unpin for DescribeDataSourceInput
impl UnwindSafe for DescribeDataSourceInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more