Class: Aws::ServiceCatalog::Types::TagOptionDetail

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

Overview

Information about a TagOption.

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

The TagOption active state.

Returns:

  • (Boolean)


5631
5632
5633
5634
5635
5636
5637
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5631

class TagOptionDetail < Struct.new(
  :key,
  :value,
  :active,
  :id)
  include Aws::Structure
end

#idString

The TagOption identifier.

Returns:

  • (String)


5631
5632
5633
5634
5635
5636
5637
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5631

class TagOptionDetail < Struct.new(
  :key,
  :value,
  :active,
  :id)
  include Aws::Structure
end

#keyString

The TagOption key.

Returns:

  • (String)


5631
5632
5633
5634
5635
5636
5637
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5631

class TagOptionDetail < Struct.new(
  :key,
  :value,
  :active,
  :id)
  include Aws::Structure
end

#valueString

The TagOption value.

Returns:

  • (String)


5631
5632
5633
5634
5635
5636
5637
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5631

class TagOptionDetail < Struct.new(
  :key,
  :value,
  :active,
  :id)
  include Aws::Structure
end