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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-servicecatalog/types.rb', line 464

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)


464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-servicecatalog/types.rb', line 464

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)


464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-servicecatalog/types.rb', line 464

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)


464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-servicecatalog/types.rb', line 464

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)


464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-servicecatalog/types.rb', line 464

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)


464
465
466
467
468
469
470
471
472
473
# File 'lib/aws-sdk-servicecatalog/types.rb', line 464

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