Struct aws_sdk_quicksight::operation::put_data_set_refresh_properties::PutDataSetRefreshPropertiesInput
source · #[non_exhaustive]pub struct PutDataSetRefreshPropertiesInput { /* private fields */ }Implementations§
source§impl PutDataSetRefreshPropertiesInput
impl PutDataSetRefreshPropertiesInput
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.
sourcepub fn data_set_refresh_properties(&self) -> Option<&DataSetRefreshProperties>
pub fn data_set_refresh_properties(&self) -> Option<&DataSetRefreshProperties>
The dataset refresh properties.
source§impl PutDataSetRefreshPropertiesInput
impl PutDataSetRefreshPropertiesInput
sourcepub fn builder() -> PutDataSetRefreshPropertiesInputBuilder
pub fn builder() -> PutDataSetRefreshPropertiesInputBuilder
Creates a new builder-style object to manufacture PutDataSetRefreshPropertiesInput.
source§impl PutDataSetRefreshPropertiesInput
impl PutDataSetRefreshPropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutDataSetRefreshProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<PutDataSetRefreshProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutDataSetRefreshProperties>
Trait Implementations§
source§impl Clone for PutDataSetRefreshPropertiesInput
impl Clone for PutDataSetRefreshPropertiesInput
source§fn clone(&self) -> PutDataSetRefreshPropertiesInput
fn clone(&self) -> PutDataSetRefreshPropertiesInput
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<PutDataSetRefreshPropertiesInput> for PutDataSetRefreshPropertiesInput
impl PartialEq<PutDataSetRefreshPropertiesInput> for PutDataSetRefreshPropertiesInput
source§fn eq(&self, other: &PutDataSetRefreshPropertiesInput) -> bool
fn eq(&self, other: &PutDataSetRefreshPropertiesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutDataSetRefreshPropertiesInput
Auto Trait Implementations§
impl RefUnwindSafe for PutDataSetRefreshPropertiesInput
impl Send for PutDataSetRefreshPropertiesInput
impl Sync for PutDataSetRefreshPropertiesInput
impl Unpin for PutDataSetRefreshPropertiesInput
impl UnwindSafe for PutDataSetRefreshPropertiesInput
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