Class: Aws::SocialMessaging::Types::ListTagsForResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to retrieve the tags from.

Returns:

  • (String)


467
468
469
470
471
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 467

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