Class: Aws::SNS::Types::CreatePlatformApplicationResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Response from CreatePlatformApplication action.

Instance Attribute Summary collapse

Instance Attribute Details

#platform_application_arnString

PlatformApplicationArn is returned.

Returns:

  • (String)


202
203
204
205
# File 'lib/aws-sdk-sns/types.rb', line 202

class CreatePlatformApplicationResponse < Struct.new(
  :platform_application_arn)
  include Aws::Structure
end