Class: Aws::SNS::Types::GetPlatformApplicationAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetPlatformApplicationAttributesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for ‘GetPlatformApplicationAttributes` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform_application_arn ⇒ String
‘PlatformApplicationArn` for GetPlatformApplicationAttributesInput.
Instance Attribute Details
#platform_application_arn ⇒ String
‘PlatformApplicationArn` for GetPlatformApplicationAttributesInput.
665 666 667 668 669 |
# File 'lib/aws-sdk-sns/types.rb', line 665 class GetPlatformApplicationAttributesInput < Struct.new( :platform_application_arn) SENSITIVE = [] include Aws::Structure end |