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.

Instance Attribute Summary collapse

Instance Attribute Details

#constraint_idString

The identifier of the constraint.

Returns:

  • (String)


405
406
407
408
409
410
411
# File 'lib/aws-sdk-servicecatalog/types.rb', line 405

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner)
  include Aws::Structure
end

#descriptionString

The description of the constraint.

Returns:

  • (String)


405
406
407
408
409
410
411
# File 'lib/aws-sdk-servicecatalog/types.rb', line 405

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner)
  include Aws::Structure
end

#ownerString

The owner of the constraint.

Returns:

  • (String)


405
406
407
408
409
410
411
# File 'lib/aws-sdk-servicecatalog/types.rb', line 405

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner)
  include Aws::Structure
end

#typeString

The type of constraint.

  • ‘LAUNCH`

  • ‘NOTIFICATION`

  • STACKSET

  • ‘TEMPLATE`

Returns:

  • (String)


405
406
407
408
409
410
411
# File 'lib/aws-sdk-servicecatalog/types.rb', line 405

class ConstraintDetail < Struct.new(
  :constraint_id,
  :type,
  :description,
  :owner)
  include Aws::Structure
end