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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#platform_application_arnString

PlatformApplicationArn is returned.

Returns:

  • (String)


261
262
263
264
265
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 261

class CreatePlatformApplicationResponse < Struct.new(
  :platform_application_arn)
  SENSITIVE = []
  include Aws::Structure
end