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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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 associate.

Returns:

  • (String)


93
94
95
96
97
98
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 93

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

#resource_idString

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

Returns:

  • (String)


93
94
95
96
97
98
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 93

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