Class: Aws::SNS::Types::PlatformApplication

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

Overview

Platform application object.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Attributes for platform application object.

Returns:

  • (Hash<String,String>)


1004
1005
1006
1007
1008
# File 'lib/aws-sdk-sns/types.rb', line 1004

class PlatformApplication < Struct.new(
  :platform_application_arn,
  :attributes)
  include Aws::Structure
end

#platform_application_arnString

PlatformApplicationArn for platform application object.

Returns:

  • (String)


1004
1005
1006
1007
1008
# File 'lib/aws-sdk-sns/types.rb', line 1004

class PlatformApplication < Struct.new(
  :platform_application_arn,
  :attributes)
  include Aws::Structure
end