AWSSNSGetTopicAttributesInput
Objective-C
@interface AWSSNSGetTopicAttributesInput
Swift
class AWSSNSGetTopicAttributesInput
Input for GetTopicAttributes action.
Required parameters: [TopicArn]
-
The ARN of the topic whose properties you want to get.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable topicArn;
Swift
var topicArn: String? { get set }