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

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

Overview

Note:

When making an API call, you may pass DeleteTagOptionInput data as a hash:

{
  id: "TagOptionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The TagOption identifier.

Returns:

  • (String)


1565
1566
1567
1568
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1565

class DeleteTagOptionInput < Struct.new(
  :id)
  include Aws::Structure
end