Class: Aws::ServiceCatalog::Types::DisassociateBudgetFromResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budget_nameString

The name of the budget you want to disassociate.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2391

class DisassociateBudgetFromResourceInput < Struct.new(
  :budget_name,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2391

class DisassociateBudgetFromResourceInput < Struct.new(
  :budget_name,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end