Struct aws_sdk_quicksight::operation::delete_data_set_refresh_properties::DeleteDataSetRefreshPropertiesInput
source · #[non_exhaustive]pub struct DeleteDataSetRefreshPropertiesInput { /* private fields */ }Implementations§
source§impl DeleteDataSetRefreshPropertiesInput
impl DeleteDataSetRefreshPropertiesInput
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_set_id(&self) -> Option<&str>
pub fn data_set_id(&self) -> Option<&str>
The ID of the dataset.
source§impl DeleteDataSetRefreshPropertiesInput
impl DeleteDataSetRefreshPropertiesInput
sourcepub fn builder() -> DeleteDataSetRefreshPropertiesInputBuilder
pub fn builder() -> DeleteDataSetRefreshPropertiesInputBuilder
Creates a new builder-style object to manufacture DeleteDataSetRefreshPropertiesInput.
source§impl DeleteDataSetRefreshPropertiesInput
impl DeleteDataSetRefreshPropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDataSetRefreshProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDataSetRefreshProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDataSetRefreshProperties>
Trait Implementations§
source§impl Clone for DeleteDataSetRefreshPropertiesInput
impl Clone for DeleteDataSetRefreshPropertiesInput
source§fn clone(&self) -> DeleteDataSetRefreshPropertiesInput
fn clone(&self) -> DeleteDataSetRefreshPropertiesInput
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 PartialEq<DeleteDataSetRefreshPropertiesInput> for DeleteDataSetRefreshPropertiesInput
impl PartialEq<DeleteDataSetRefreshPropertiesInput> for DeleteDataSetRefreshPropertiesInput
source§fn eq(&self, other: &DeleteDataSetRefreshPropertiesInput) -> bool
fn eq(&self, other: &DeleteDataSetRefreshPropertiesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteDataSetRefreshPropertiesInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDataSetRefreshPropertiesInput
impl Send for DeleteDataSetRefreshPropertiesInput
impl Sync for DeleteDataSetRefreshPropertiesInput
impl Unpin for DeleteDataSetRefreshPropertiesInput
impl UnwindSafe for DeleteDataSetRefreshPropertiesInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more