#[non_exhaustive]pub struct DeletePlatformVersionInput { /* private fields */ }
Implementations§
source§impl DeletePlatformVersionInput
impl DeletePlatformVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePlatformVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePlatformVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePlatformVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePlatformVersionInput
.
source§impl DeletePlatformVersionInput
impl DeletePlatformVersionInput
sourcepub fn platform_arn(&self) -> Option<&str>
pub fn platform_arn(&self) -> Option<&str>
The ARN of the version of the custom platform.
Trait Implementations§
source§impl Clone for DeletePlatformVersionInput
impl Clone for DeletePlatformVersionInput
source§fn clone(&self) -> DeletePlatformVersionInput
fn clone(&self) -> DeletePlatformVersionInput
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 DeletePlatformVersionInput
impl Debug for DeletePlatformVersionInput
source§impl PartialEq<DeletePlatformVersionInput> for DeletePlatformVersionInput
impl PartialEq<DeletePlatformVersionInput> for DeletePlatformVersionInput
source§fn eq(&self, other: &DeletePlatformVersionInput) -> bool
fn eq(&self, other: &DeletePlatformVersionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.