Struct aws_sdk_sns::input::GetDataProtectionPolicyInput
source · #[non_exhaustive]pub struct GetDataProtectionPolicyInput { /* private fields */ }
Implementations§
source§impl GetDataProtectionPolicyInput
impl GetDataProtectionPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDataProtectionPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDataProtectionPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDataProtectionPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDataProtectionPolicyInput
.
source§impl GetDataProtectionPolicyInput
impl GetDataProtectionPolicyInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the topic whose DataProtectionPolicy
you want to get.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Trait Implementations§
source§impl Clone for GetDataProtectionPolicyInput
impl Clone for GetDataProtectionPolicyInput
source§fn clone(&self) -> GetDataProtectionPolicyInput
fn clone(&self) -> GetDataProtectionPolicyInput
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 GetDataProtectionPolicyInput
impl Debug for GetDataProtectionPolicyInput
source§impl PartialEq<GetDataProtectionPolicyInput> for GetDataProtectionPolicyInput
impl PartialEq<GetDataProtectionPolicyInput> for GetDataProtectionPolicyInput
source§fn eq(&self, other: &GetDataProtectionPolicyInput) -> bool
fn eq(&self, other: &GetDataProtectionPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.