Class: Aws::SNS::Types::GetTopicAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetTopicAttributesInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Input for GetTopicAttributes action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_arn ⇒ String
The ARN of the topic whose properties you want to get.
Instance Attribute Details
#topic_arn ⇒ String
The ARN of the topic whose properties you want to get.
872 873 874 875 876 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 872 class GetTopicAttributesInput < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |