Class: Aws::SNS::Types::CreatePlatformApplicationInput

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

Overview

Input for CreatePlatformApplication action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

For a list of attributes, see SetPlatformApplicationAttributes .

Returns:

  • (Hash<String,String>)


245
246
247
248
249
250
251
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 245

class CreatePlatformApplicationInput < Struct.new(
  :name,
  :platform,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

Returns:

  • (String)


245
246
247
248
249
250
251
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 245

class CreatePlatformApplicationInput < Struct.new(
  :name,
  :platform,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).

Returns:

  • (String)


245
246
247
248
249
250
251
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 245

class CreatePlatformApplicationInput < Struct.new(
  :name,
  :platform,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end