#[non_exhaustive]pub struct GetPlatformApplicationAttributesOutput { /* private fields */ }
Expand description
Response for GetPlatformApplicationAttributes action.
Implementations§
source§impl GetPlatformApplicationAttributesOutput
impl GetPlatformApplicationAttributesOutput
sourcepub fn attributes(&self) -> Option<&HashMap<String, String>>
pub fn attributes(&self) -> Option<&HashMap<String, String>>
Attributes include the following:
-
AppleCertificateExpiryDate
– The expiry date of the SSL certificate used to configure certificate-based authentication. -
ApplePlatformTeamID
– The Apple developer account ID used to configure token-based authentication. -
ApplePlatformBundleID
– The app identifier used to configure token-based authentication. -
EventEndpointCreated
– Topic ARN to which EndpointCreated event notifications should be sent. -
EventEndpointDeleted
– Topic ARN to which EndpointDeleted event notifications should be sent. -
EventEndpointUpdated
– Topic ARN to which EndpointUpdate event notifications should be sent. -
EventDeliveryFailure
– Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.
source§impl GetPlatformApplicationAttributesOutput
impl GetPlatformApplicationAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPlatformApplicationAttributesOutput
.
Trait Implementations§
source§impl Clone for GetPlatformApplicationAttributesOutput
impl Clone for GetPlatformApplicationAttributesOutput
source§fn clone(&self) -> GetPlatformApplicationAttributesOutput
fn clone(&self) -> GetPlatformApplicationAttributesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<GetPlatformApplicationAttributesOutput> for GetPlatformApplicationAttributesOutput
impl PartialEq<GetPlatformApplicationAttributesOutput> for GetPlatformApplicationAttributesOutput
source§fn eq(&self, other: &GetPlatformApplicationAttributesOutput) -> bool
fn eq(&self, other: &GetPlatformApplicationAttributesOutput) -> bool
self
and other
values to be equal, and is used
by ==
.