Class: Aws::ServiceCatalog::Types::ConstraintSummary

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

Overview

Summary information about a constraint.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the constraint.

Returns:

  • (String)


433
434
435
436
437
# File 'lib/aws-sdk-servicecatalog/types.rb', line 433

class ConstraintSummary < Struct.new(
  :type,
  :description)
  include Aws::Structure
end

#typeString

The type of constraint.

  • ‘LAUNCH`

  • ‘NOTIFICATION`

  • STACKSET

  • ‘TEMPLATE`

Returns:

  • (String)


433
434
435
436
437
# File 'lib/aws-sdk-servicecatalog/types.rb', line 433

class ConstraintSummary < Struct.new(
  :type,
  :description)
  include Aws::Structure
end