class Aws::DatabaseMigrationService::Types::ListTagsForResourceMessage

@note When making an API call, you may pass ListTagsForResourceMessage

data as a hash:

    {
      resource_arn: "String",
      resource_arn_list: ["String"],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) string that uniquely identifies the
DMS resource to list tags for. This returns a list of keys (names of
tags) created for the resource and their associated tag values.
@return [String]

@!attribute [rw] resource_arn_list

List of ARNs that identify multiple DMS resources that you want to
list tags for. This returns a list of keys (tag names) and their
associated tag values. It also returns each tag's associated
`ResourceArn` value, which is the ARN of the resource for which each
listed tag is created.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResourceMessage AWS API Documentation

Constants

SENSITIVE