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

Class: Aws::ServiceCatalog::Types::UpdateTagOptionInput

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

Overview

Note:

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

{
  id: "TagOptionId", # required
  value: "TagOptionValue",
  active: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

The updated active state.

Returns:

  • (Boolean)

    The updated active state.

#idString

The TagOption identifier.

Returns:

  • (String)

    The TagOption identifier.

#valueString

The updated value.

Returns:

  • (String)

    The updated value.