pub struct DeleteSpotDatafeedSubscriptionRequest {
pub dry_run: Option<bool>,
}Expand description
Contains the parameters for DeleteSpotDatafeedSubscription.
Fields§
§dry_run: Option<bool>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Trait Implementations§
Source§impl Clone for DeleteSpotDatafeedSubscriptionRequest
impl Clone for DeleteSpotDatafeedSubscriptionRequest
Source§fn clone(&self) -> DeleteSpotDatafeedSubscriptionRequest
fn clone(&self) -> DeleteSpotDatafeedSubscriptionRequest
Returns a duplicate 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 Default for DeleteSpotDatafeedSubscriptionRequest
impl Default for DeleteSpotDatafeedSubscriptionRequest
Source§fn default() -> DeleteSpotDatafeedSubscriptionRequest
fn default() -> DeleteSpotDatafeedSubscriptionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteSpotDatafeedSubscriptionRequest
impl PartialEq for DeleteSpotDatafeedSubscriptionRequest
Source§fn eq(&self, other: &DeleteSpotDatafeedSubscriptionRequest) -> bool
fn eq(&self, other: &DeleteSpotDatafeedSubscriptionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteSpotDatafeedSubscriptionRequest
Auto Trait Implementations§
impl Freeze for DeleteSpotDatafeedSubscriptionRequest
impl RefUnwindSafe for DeleteSpotDatafeedSubscriptionRequest
impl Send for DeleteSpotDatafeedSubscriptionRequest
impl Sync for DeleteSpotDatafeedSubscriptionRequest
impl Unpin for DeleteSpotDatafeedSubscriptionRequest
impl UnwindSafe for DeleteSpotDatafeedSubscriptionRequest
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