Class: Aws::Inspector::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::Tag
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
A key and value pair. This data type is used as a request parameter in the SetTagsForResource action and a response element in the ListTagsForResource action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
A tag key.
-
#value ⇒ String
A value assigned to a tag key.