Class: Aws::EFS::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::Tag
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
A tag is a key-value pair. Allowed characters are letters, white
space, and numbers that can be represented in UTF-8, and the following
characters:+ - = . _ : /
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key (String).
-
#value ⇒ String
The value of the tag key.