You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServerlessApplicationRepository::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::Tag
- Defined in:
- (unknown)
Overview
Note:
When passing Tag as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "__string", # required
value: "__string", # required
}
This property corresponds to the AWS CloudFormation Tag Data Type.
Instance Attribute Summary collapse
-
#key ⇒ String
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
-
#value ⇒ String
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.