Class: Aws::ServiceCatalog::Types::AssociateBudgetWithResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::AssociateBudgetWithResourceInput
- 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 associate.
-
#resource_id ⇒ String
The resource identifier.
Instance Attribute Details
#budget_name ⇒ String
The name of the budget you want to associate.
93 94 95 96 97 98 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 93 class AssociateBudgetWithResourceInput < Struct.new( :budget_name, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource identifier. Either a portfolio-id or a product-id.
93 94 95 96 97 98 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 93 class AssociateBudgetWithResourceInput < Struct.new( :budget_name, :resource_id) SENSITIVE = [] include Aws::Structure end |