class Aws::AutoScaling::Types::DeleteTagsType

@note When making an API call, you may pass DeleteTagsType

data as a hash:

    {
      tags: [ # required
        {
          resource_id: "XmlString",
          resource_type: "XmlString",
          key: "TagKey", # required
          value: "TagValue",
          propagate_at_launch: false,
        },
      ],
    }

@!attribute [rw] tags

One or more tags.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteTagsType AWS API Documentation

Constants

SENSITIVE