Class: Aws::SNS::Types::CreatePlatformApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::CreatePlatformApplicationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Response from CreatePlatformApplication action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform_application_arn ⇒ String
‘PlatformApplicationArn` is returned.
Instance Attribute Details
#platform_application_arn ⇒ String
‘PlatformApplicationArn` is returned.
261 262 263 264 265 |
# File 'lib/aws-sdk-sns/types.rb', line 261 class CreatePlatformApplicationResponse < Struct.new( :platform_application_arn) SENSITIVE = [] include Aws::Structure end |