Class: Aws::SNS::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "AmazonResourceName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the topic for which to list tags.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the topic for which to list tags.
1523 1524 1525 1526 1527 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1523 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |