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

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

Overview

Platform application object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Attributes for platform application object.

Returns:

  • (Hash<String,String>)


1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1644

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

#platform_application_arnString

PlatformApplicationArn for platform application object.

Returns:

  • (String)


1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1644

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