#[non_exhaustive]pub struct DescribePlatformVersionOutput { /* private fields */ }
Implementations§
source§impl DescribePlatformVersionOutput
impl DescribePlatformVersionOutput
sourcepub fn platform_description(&self) -> Option<&PlatformDescription>
pub fn platform_description(&self) -> Option<&PlatformDescription>
Detailed information about the platform version.
source§impl DescribePlatformVersionOutput
impl DescribePlatformVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePlatformVersionOutput
.
Trait Implementations§
source§impl Clone for DescribePlatformVersionOutput
impl Clone for DescribePlatformVersionOutput
source§fn clone(&self) -> DescribePlatformVersionOutput
fn clone(&self) -> DescribePlatformVersionOutput
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<DescribePlatformVersionOutput> for DescribePlatformVersionOutput
impl PartialEq<DescribePlatformVersionOutput> for DescribePlatformVersionOutput
source§fn eq(&self, other: &DescribePlatformVersionOutput) -> bool
fn eq(&self, other: &DescribePlatformVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.