pub struct GetPlatformApplicationAttributes<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to GetPlatformApplicationAttributes.
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.
Implementations
impl<C, M, R> GetPlatformApplicationAttributes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetPlatformApplicationAttributes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetPlatformApplicationAttributesOutput, SdkError<GetPlatformApplicationAttributesError>> where
R::Policy: SmithyRetryPolicy<GetPlatformApplicationAttributesInputOperationOutputAlias, GetPlatformApplicationAttributesOutput, GetPlatformApplicationAttributesError, GetPlatformApplicationAttributesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetPlatformApplicationAttributesOutput, SdkError<GetPlatformApplicationAttributesError>> where
R::Policy: SmithyRetryPolicy<GetPlatformApplicationAttributesInputOperationOutputAlias, GetPlatformApplicationAttributesOutput, GetPlatformApplicationAttributesError, GetPlatformApplicationAttributesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
PlatformApplicationArn for GetPlatformApplicationAttributesInput.
PlatformApplicationArn for GetPlatformApplicationAttributesInput.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetPlatformApplicationAttributes<C, M, R>
impl<C, M, R> Send for GetPlatformApplicationAttributes<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetPlatformApplicationAttributes<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetPlatformApplicationAttributes<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetPlatformApplicationAttributes<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
