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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the constraint.

Returns:

  • (String)


506
507
508
509
510
511
# File 'lib/aws-sdk-servicecatalog/types.rb', line 506

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

#typeString

The type of constraint.

  • ‘LAUNCH`

  • ‘NOTIFICATION`

  • STACKSET

  • ‘TEMPLATE`

Returns:

  • (String)


506
507
508
509
510
511
# File 'lib/aws-sdk-servicecatalog/types.rb', line 506

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