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

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

Overview

Information about a TagOption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

The TagOption active state.

Returns:

  • (Boolean)


6350
6351
6352
6353
6354
6355
6356
6357
6358
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350

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

#idString

The TagOption identifier.

Returns:

  • (String)


6350
6351
6352
6353
6354
6355
6356
6357
6358
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350

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

#keyString

The TagOption key.

Returns:

  • (String)


6350
6351
6352
6353
6354
6355
6356
6357
6358
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350

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

#ownerString

The Amazon Web Services account Id of the owner account that created the TagOption.

Returns:

  • (String)


6350
6351
6352
6353
6354
6355
6356
6357
6358
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350

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

#valueString

The TagOption value.

Returns:

  • (String)


6350
6351
6352
6353
6354
6355
6356
6357
6358
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350

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