Class: Aws::CodeStarNotifications::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the notification rule from which to remove the tags.

Returns:

  • (String)


795
796
797
798
799
800
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 795

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

#tag_keysArray<String>

The key names of the tags to remove.

Returns:

  • (Array<String>)


795
796
797
798
799
800
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 795

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