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

Class: Aws::GuardDuty::Types::Tag

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

Overview

Contains information about a tag associated with the EC2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The EC2 instance tag key.

Returns:

  • (String)

    The EC2 instance tag key.

#valueString

The EC2 instance tag value.

Returns:

  • (String)

    The EC2 instance tag value.