#[non_exhaustive]pub struct CreatePlatformApplicationOutput { /* private fields */ }Expand description
Response from CreatePlatformApplication action.
Implementations§
source§impl CreatePlatformApplicationOutput
impl CreatePlatformApplicationOutput
sourcepub fn platform_application_arn(&self) -> Option<&str>
pub fn platform_application_arn(&self) -> Option<&str>
PlatformApplicationArn is returned.
source§impl CreatePlatformApplicationOutput
impl CreatePlatformApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePlatformApplicationOutput.
Trait Implementations§
source§impl Clone for CreatePlatformApplicationOutput
impl Clone for CreatePlatformApplicationOutput
source§fn clone(&self) -> CreatePlatformApplicationOutput
fn clone(&self) -> CreatePlatformApplicationOutput
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<CreatePlatformApplicationOutput> for CreatePlatformApplicationOutput
impl PartialEq<CreatePlatformApplicationOutput> for CreatePlatformApplicationOutput
source§fn eq(&self, other: &CreatePlatformApplicationOutput) -> bool
fn eq(&self, other: &CreatePlatformApplicationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.