Class: Aws::ServiceCatalog::Types::ConstraintDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a constraint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constraint_idString

The identifier of the constraint.

Returns:

  • (String)


475
476
477
478
479
480
481
482
483
484
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 475

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the constraint.

Returns:

  • (String)


475
476
477
478
479
480
481
482
483
484
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 475

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the constraint.

Returns:

  • (String)


475
476
477
478
479
480
481
482
483
484
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 475

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_idString

The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.

Returns:

  • (String)


475
476
477
478
479
480
481
482
483
484
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 475

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.

Returns:

  • (String)


475
476
477
478
479
480
481
482
483
484
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 475

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of constraint.

  • LAUNCH

  • NOTIFICATION

  • STACKSET

  • TEMPLATE

Returns:

  • (String)


475
476
477
478
479
480
481
482
483
484
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 475

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner,
  :product_id,
  :portfolio_id)
  SENSITIVE = []
  include Aws::Structure
end