Class: Aws::SNS::Types::GetTopicAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetTopicAttributesInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
879 880 881 882 883 |
# File 'lib/aws-sdk-sns/types.rb', line 879 class GetTopicAttributesInput < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |