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.
668 669 670 671 672 |
# File 'lib/aws-sdk-sns/types.rb', line 668 class GetPlatformApplicationAttributesInput < Struct.new( :platform_application_arn) SENSITIVE = [] include Aws::Structure end |