#[non_exhaustive]pub struct DisassociateDrtLogBucketInput { /* private fields */ }
Implementations
sourceimpl DisassociateDrtLogBucketInput
impl DisassociateDrtLogBucketInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateDRTLogBucket, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateDRTLogBucket, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateDRTLogBucket
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateDrtLogBucketInput
.
sourceimpl DisassociateDrtLogBucketInput
impl DisassociateDrtLogBucketInput
sourcepub fn log_bucket(&self) -> Option<&str>
pub fn log_bucket(&self) -> Option<&str>
The Amazon S3 bucket that contains the logs that you want to share.
Trait Implementations
sourceimpl Clone for DisassociateDrtLogBucketInput
impl Clone for DisassociateDrtLogBucketInput
sourcefn clone(&self) -> DisassociateDrtLogBucketInput
fn clone(&self) -> DisassociateDrtLogBucketInput
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 DisassociateDrtLogBucketInput
impl Debug for DisassociateDrtLogBucketInput
sourceimpl PartialEq<DisassociateDrtLogBucketInput> for DisassociateDrtLogBucketInput
impl PartialEq<DisassociateDrtLogBucketInput> for DisassociateDrtLogBucketInput
sourcefn eq(&self, other: &DisassociateDrtLogBucketInput) -> bool
fn eq(&self, other: &DisassociateDrtLogBucketInput) -> bool
impl StructuralPartialEq for DisassociateDrtLogBucketInput
Auto Trait Implementations
impl RefUnwindSafe for DisassociateDrtLogBucketInput
impl Send for DisassociateDrtLogBucketInput
impl Sync for DisassociateDrtLogBucketInput
impl Unpin for DisassociateDrtLogBucketInput
impl UnwindSafe for DisassociateDrtLogBucketInput
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