Struct aws_sdk_shield::output::DescribeProtectionOutput
source · #[non_exhaustive]pub struct DescribeProtectionOutput { /* private fields */ }
Implementations§
source§impl DescribeProtectionOutput
impl DescribeProtectionOutput
sourcepub fn protection(&self) -> Option<&Protection>
pub fn protection(&self) -> Option<&Protection>
The Protection
that you requested.
source§impl DescribeProtectionOutput
impl DescribeProtectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProtectionOutput
.
Trait Implementations§
source§impl Clone for DescribeProtectionOutput
impl Clone for DescribeProtectionOutput
source§fn clone(&self) -> DescribeProtectionOutput
fn clone(&self) -> DescribeProtectionOutput
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 DescribeProtectionOutput
impl Debug for DescribeProtectionOutput
source§impl PartialEq<DescribeProtectionOutput> for DescribeProtectionOutput
impl PartialEq<DescribeProtectionOutput> for DescribeProtectionOutput
source§fn eq(&self, other: &DescribeProtectionOutput) -> bool
fn eq(&self, other: &DescribeProtectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.