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.
1644 1645 1646 1647 1648 1649 |
# File 'lib/aws-sdk-sns/types.rb', line 1644 class PlatformApplication < Struct.new( :platform_application_arn, :attributes) SENSITIVE = [] include Aws::Structure end |
#platform_application_arn ⇒ String
PlatformApplicationArn for platform application object.
1644 1645 1646 1647 1648 1649 |
# File 'lib/aws-sdk-sns/types.rb', line 1644 class PlatformApplication < Struct.new( :platform_application_arn, :attributes) SENSITIVE = [] include Aws::Structure end |