class Aws::EFS::Types::CreateTagsRequest
@note When making an API call, you may pass CreateTagsRequest
data as a hash: { file_system_id: "FileSystemId", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] file_system_id
The ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system. @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/CreateTagsRequest AWS API Documentation
Constants
- SENSITIVE