You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Tag
- Defined in:
- (unknown)
Overview
Note:
When passing Tag as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "TagKey", # required
value: "TagValue", # required
}
Describes a tag.
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key.
-
#value ⇒ String
The tag value.
Instance Attribute Details
#key ⇒ String
The tag key.
#value ⇒ String
The tag value.