Class: Aws::NotificationsContacts::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN you specified to list the tags of.

Returns:

  • (String)


261
262
263
264
265
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 261

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