#[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() -> CreatePlatformApplicationOutputBuilder
pub fn builder() -> CreatePlatformApplicationOutputBuilder
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 ==
.source§impl RequestId for CreatePlatformApplicationOutput
impl RequestId for CreatePlatformApplicationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.