Class: Aws::ServiceCatalog::Types::ConstraintSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ConstraintSummary
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Summary information about a constraint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the constraint.
-
#type ⇒ String
The type of constraint.
Instance Attribute Details
#description ⇒ String
The description of the constraint.
506 507 508 509 510 511 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 506 class ConstraintSummary < Struct.new( :type, :description) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
506 507 508 509 510 511 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 506 class ConstraintSummary < Struct.new( :type, :description) SENSITIVE = [] include Aws::Structure end |