Class: Aws::ServiceCatalog::Types::DeleteTagOptionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The TagOption identifier.

Returns:

  • (String)


1513
1514
1515
1516
1517
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1513

class DeleteTagOptionInput < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end