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

Class: Aws::ApplicationDiscoveryService::Types::ConfigurationTag

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

Overview

Tags for a configuration item. Tags are metadata that help you categorize IT assets.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

The configuration ID for the item to tag. You can specify a list of keys and values.

Returns:

  • (String)

    The configuration ID for the item to tag.

#configuration_typeString

A type of IT asset to tag.

Possible values:

  • SERVER
  • PROCESS
  • CONNECTION
  • APPLICATION

Returns:

  • (String)

    A type of IT asset to tag.

#keyString

A type of tag on which to filter. For example, serverType.

Returns:

  • (String)

    A type of tag on which to filter.

#time_of_creationTime

The time the configuration tag was created in Coordinated Universal Time (UTC).

Returns:

  • (Time)

    The time the configuration tag was created in Coordinated Universal Time (UTC).

#valueString

A value on which to filter. For example key = serverType and value = web server.

Returns:

  • (String)

    A value on which to filter.