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

Class: Aws::ServiceCatalog::Types::AssociateBudgetWithResourceInput

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

Overview

Note:

When passing AssociateBudgetWithResourceInput 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 associate.

Returns:

  • (String)

    The name of the budget you want to associate.

#resource_idString

The resource identifier. Either a portfolio-id or a product-id.

Returns:

  • (String)

    The resource identifier.