Class: Aws::SNS::Types::GetPlatformApplicationAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetPlatformApplicationAttributesInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Note:
When making an API call, you may pass GetPlatformApplicationAttributesInput data as a hash:
{
platform_application_arn: "String", # required
}
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.
595 596 597 598 599 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 595 class GetPlatformApplicationAttributesInput < Struct.new( :platform_application_arn) SENSITIVE = [] include Aws::Structure end |