Class: Aws::ServiceCatalog::Types::DisassociateBudgetFromResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DisassociateBudgetFromResourceInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget_name ⇒ String
The name of the budget you want to disassociate.
-
#resource_id ⇒ String
The resource identifier you want to disassociate from.
Instance Attribute Details
#budget_name ⇒ String
The name of the budget you want to disassociate.
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_id ⇒ String
The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.
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 |