Class: Aws::ServiceCatalog::Types::DisassociateTagOptionFromResourceInput

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 DisassociateTagOptionFromResourceInput data as a hash:

{
  resource_id: "ResourceId", # required
  tag_option_id: "TagOptionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The resource identifier.

Returns:

  • (String)


2478
2479
2480
2481
2482
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2478

class DisassociateTagOptionFromResourceInput < Struct.new(
  :resource_id,
  :tag_option_id)
  include Aws::Structure
end

#tag_option_idString

The TagOption identifier.

Returns:

  • (String)


2478
2479
2480
2481
2482
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2478

class DisassociateTagOptionFromResourceInput < Struct.new(
  :resource_id,
  :tag_option_id)
  include Aws::Structure
end