class Aws::ServiceCatalog::Types::UpdateTagOptionInput

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

data as a hash:

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

@!attribute [rw] id

The TagOption identifier.
@return [String]

@!attribute [rw] value

The updated value.
@return [String]

@!attribute [rw] active

The updated active state.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateTagOptionInput AWS API Documentation

Constants

SENSITIVE