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>)


983
984
985
986
987
# File 'lib/aws-sdk-sns/types.rb', line 983

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

#platform_application_arnString

PlatformApplicationArn for platform application object.

Returns:

  • (String)


983
984
985
986
987
# File 'lib/aws-sdk-sns/types.rb', line 983

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