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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

The updated active state.

Returns:

  • (Boolean)


7290
7291
7292
7293
7294
7295
7296
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7290

class UpdateTagOptionInput < Struct.new(
  :id,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The TagOption identifier.

Returns:

  • (String)


7290
7291
7292
7293
7294
7295
7296
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7290

class UpdateTagOptionInput < Struct.new(
  :id,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The updated value.

Returns:

  • (String)


7290
7291
7292
7293
7294
7295
7296
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7290

class UpdateTagOptionInput < Struct.new(
  :id,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end