Class: Aws::Neptune::Types::RemoveTagsFromResourceMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::RemoveTagsFromResourceMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_name ⇒ String
The Amazon Neptune resource that the tags are removed from.
-
#tag_keys ⇒ Array<String>
The tag key (name) of the tag to be removed.
Instance Attribute Details
#resource_name ⇒ String
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)].
[1]: docs.aws.amazon.com/neptune/latest/UserGuide/tagging.ARN.html#tagging.ARN.Constructing
7237 7238 7239 7240 7241 7242 |
# File 'lib/aws-sdk-neptune/types.rb', line 7237 class RemoveTagsFromResourceMessage < Struct.new( :resource_name, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag key (name) of the tag to be removed.
7237 7238 7239 7240 7241 7242 |
# File 'lib/aws-sdk-neptune/types.rb', line 7237 class RemoveTagsFromResourceMessage < Struct.new( :resource_name, :tag_keys) SENSITIVE = [] include Aws::Structure end |