Class: Aws::NotificationsContacts::Types::UntagResourceRequest

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 value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.

Returns:

  • (String)


424
425
426
427
428
429
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 424

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

#tag_keysArray<String>

Specifies a list of tag keys that you want to remove from the specified resources.

Returns:

  • (Array<String>)


424
425
426
427
428
429
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 424

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