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
show all
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

Instance Attribute Details

#keyString

This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.

Returns:

  • (String)

    This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.

#valueString

This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.

Returns:

  • (String)

    This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.