Class: Aws::Neptune::Types::RemoveTagsFromResourceMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The Amazon Neptune resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

Returns:

  • (String)


7426
7427
7428
7429
7430
7431
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7426

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

#tag_keysArray<String>

The tag key (name) of the tag to be removed.

Returns:

  • (Array<String>)


7426
7427
7428
7429
7430
7431
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 7426

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