Struct aws_sdk_sns::output::GetDataProtectionPolicyOutput
source · #[non_exhaustive]pub struct GetDataProtectionPolicyOutput { /* private fields */ }
Implementations§
source§impl GetDataProtectionPolicyOutput
impl GetDataProtectionPolicyOutput
sourcepub fn data_protection_policy(&self) -> Option<&str>
pub fn data_protection_policy(&self) -> Option<&str>
Retrieves the DataProtectionPolicy
in JSON string format.
source§impl GetDataProtectionPolicyOutput
impl GetDataProtectionPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDataProtectionPolicyOutput
.
Trait Implementations§
source§impl Clone for GetDataProtectionPolicyOutput
impl Clone for GetDataProtectionPolicyOutput
source§fn clone(&self) -> GetDataProtectionPolicyOutput
fn clone(&self) -> GetDataProtectionPolicyOutput
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 PartialEq<GetDataProtectionPolicyOutput> for GetDataProtectionPolicyOutput
impl PartialEq<GetDataProtectionPolicyOutput> for GetDataProtectionPolicyOutput
source§fn eq(&self, other: &GetDataProtectionPolicyOutput) -> bool
fn eq(&self, other: &GetDataProtectionPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.