Struct aws_sdk_shield::input::AssociateDrtLogBucketInput
source · #[non_exhaustive]pub struct AssociateDrtLogBucketInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for AssociateDrtLogBucketInput
impl Clone for AssociateDrtLogBucketInput
source§fn clone(&self) -> AssociateDrtLogBucketInput
fn clone(&self) -> AssociateDrtLogBucketInput
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 Debug for AssociateDrtLogBucketInput
impl Debug for AssociateDrtLogBucketInput
source§impl PartialEq<AssociateDrtLogBucketInput> for AssociateDrtLogBucketInput
impl PartialEq<AssociateDrtLogBucketInput> for AssociateDrtLogBucketInput
source§fn eq(&self, other: &AssociateDrtLogBucketInput) -> bool
fn eq(&self, other: &AssociateDrtLogBucketInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.