You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::RemoveTagsFromResourceMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveTagsFromResourceMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "String", # required
  tag_keys: ["String"], # required
}

Removes one or more tags from an AWS DMS resource.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

Returns:

  • (String)

    An AWS DMS resource from which you want to remove tag(s).

#tag_keysArray<String>

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

Returns:

  • (Array<String>)

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