Class: Aws::SNS::Types::GetTopicAttributesInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#topic_arnString

The ARN of the topic whose properties you want to get.

Returns:

  • (String)


879
880
881
882
883
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 879

class GetTopicAttributesInput < Struct.new(
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end