You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisassociateBudgetFromResourceInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  budget_name: "BudgetName", # required
  resource_id: "Id", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#budget_nameString

The name of the budget you want to disassociate.

Returns:

  • (String)

    The name of the budget you want to disassociate.

#resource_idString

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

Returns:

  • (String)

    The resource identifier you want to disassociate from.