Class: Aws::SNS::Types::PlatformApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::PlatformApplication
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Platform application object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
Attributes for platform application object.
-
#platform_application_arn ⇒ String
PlatformApplicationArn for platform application object.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Attributes for platform application object.
1661 1662 1663 1664 1665 1666 |
# File 'lib/aws-sdk-sns/types.rb', line 1661 class PlatformApplication < Struct.new( :platform_application_arn, :attributes) SENSITIVE = [] include Aws::Structure end |
#platform_application_arn ⇒ String
PlatformApplicationArn for platform application object.
1661 1662 1663 1664 1665 1666 |
# File 'lib/aws-sdk-sns/types.rb', line 1661 class PlatformApplication < Struct.new( :platform_application_arn, :attributes) SENSITIVE = [] include Aws::Structure end |