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