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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Note:

When making an API call, you may pass GetTopicAttributesInput data as a hash:

{
  topic_arn: "topicARN", # required
}

Input for GetTopicAttributes action.

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

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

Returns:

  • (String)


585
586
587
588
# File 'lib/aws-sdk-sns/types.rb', line 585

class GetTopicAttributesInput < Struct.new(
  :topic_arn)
  include Aws::Structure
end