Struct aws_sdk_shield::input::AssociateDrtLogBucketInput
source · [−]#[non_exhaustive]pub struct AssociateDrtLogBucketInput { /* private fields */ }
Implementations
sourceimpl AssociateDrtLogBucketInput
impl AssociateDrtLogBucketInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateDRTLogBucket, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateDRTLogBucket, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateDRTLogBucket
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateDrtLogBucketInput
.
sourceimpl AssociateDrtLogBucketInput
impl AssociateDrtLogBucketInput
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 AssociateDrtLogBucketInput
impl Clone for AssociateDrtLogBucketInput
sourcefn clone(&self) -> AssociateDrtLogBucketInput
fn clone(&self) -> AssociateDrtLogBucketInput
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 AssociateDrtLogBucketInput
impl Debug for AssociateDrtLogBucketInput
sourceimpl PartialEq<AssociateDrtLogBucketInput> for AssociateDrtLogBucketInput
impl PartialEq<AssociateDrtLogBucketInput> for AssociateDrtLogBucketInput
sourcefn eq(&self, other: &AssociateDrtLogBucketInput) -> bool
fn eq(&self, other: &AssociateDrtLogBucketInput) -> bool
impl StructuralPartialEq for AssociateDrtLogBucketInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateDrtLogBucketInput
impl Send for AssociateDrtLogBucketInput
impl Sync for AssociateDrtLogBucketInput
impl Unpin for AssociateDrtLogBucketInput
impl UnwindSafe for AssociateDrtLogBucketInput
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