Struct aws_sdk_sns::input::DeletePlatformApplicationInput
source · #[non_exhaustive]pub struct DeletePlatformApplicationInput { /* private fields */ }
Expand description
Input for DeletePlatformApplication action.
Implementations§
source§impl DeletePlatformApplicationInput
impl DeletePlatformApplicationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePlatformApplication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePlatformApplication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePlatformApplication
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePlatformApplicationInput
.
source§impl DeletePlatformApplicationInput
impl DeletePlatformApplicationInput
sourcepub fn platform_application_arn(&self) -> Option<&str>
pub fn platform_application_arn(&self) -> Option<&str>
PlatformApplicationArn of platform application object to delete.
Trait Implementations§
source§impl Clone for DeletePlatformApplicationInput
impl Clone for DeletePlatformApplicationInput
source§fn clone(&self) -> DeletePlatformApplicationInput
fn clone(&self) -> DeletePlatformApplicationInput
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<DeletePlatformApplicationInput> for DeletePlatformApplicationInput
impl PartialEq<DeletePlatformApplicationInput> for DeletePlatformApplicationInput
source§fn eq(&self, other: &DeletePlatformApplicationInput) -> bool
fn eq(&self, other: &DeletePlatformApplicationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.