class Aws::EFS::Types::TagResourceRequest

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

data as a hash:

    {
      resource_id: "ResourceId", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_id

The ID specifying the EFS resource that you want to create a tag
for.
@return [String]

@!attribute [rw] tags

An array of `Tag` objects to add. Each `Tag` object is a key-value
pair.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE