You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScaling::Types::CreateOrUpdateTagsType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateOrUpdateTagsType as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

One or more tags.

Returns: