pub struct CreatePlatformApplicationResponse {
    pub platform_application_arn: Option<String>,
}Expand description
Response from CreatePlatformApplication action.
Fields§
§platform_application_arn: Option<String>PlatformApplicationArn is returned.
Trait Implementations§
Source§impl Clone for CreatePlatformApplicationResponse
 
impl Clone for CreatePlatformApplicationResponse
Source§fn clone(&self) -> CreatePlatformApplicationResponse
 
fn clone(&self) -> CreatePlatformApplicationResponse
Returns a duplicate 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 Default for CreatePlatformApplicationResponse
 
impl Default for CreatePlatformApplicationResponse
Source§fn default() -> CreatePlatformApplicationResponse
 
fn default() -> CreatePlatformApplicationResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreatePlatformApplicationResponse
 
impl PartialEq for CreatePlatformApplicationResponse
Source§fn eq(&self, other: &CreatePlatformApplicationResponse) -> bool
 
fn eq(&self, other: &CreatePlatformApplicationResponse) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreatePlatformApplicationResponse
Auto Trait Implementations§
impl Freeze for CreatePlatformApplicationResponse
impl RefUnwindSafe for CreatePlatformApplicationResponse
impl Send for CreatePlatformApplicationResponse
impl Sync for CreatePlatformApplicationResponse
impl Unpin for CreatePlatformApplicationResponse
impl UnwindSafe for CreatePlatformApplicationResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more