Class: Aws::SNS::Types::CreatePlatformApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::CreatePlatformApplicationResponse
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Response from CreatePlatformApplication action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform_application_arn ⇒ String
PlatformApplicationArn is returned.
Instance Attribute Details
#platform_application_arn ⇒ String
PlatformApplicationArn is returned.
260 261 262 263 264 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 260 class CreatePlatformApplicationResponse < Struct.new( :platform_application_arn) SENSITIVE = [] include Aws::Structure end |