Class: Aws::ServiceCatalog::Types::UpdateConstraintOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateConstraintOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constraint_detail ⇒ Types::ConstraintDetail
Information about the constraint.
-
#constraint_parameters ⇒ String
The constraint parameters.
-
#status ⇒ String
The status of the current request.
Instance Attribute Details
#constraint_detail ⇒ Types::ConstraintDetail
Information about the constraint.
6426 6427 6428 6429 6430 6431 6432 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6426 class UpdateConstraintOutput < Struct.new( :constraint_detail, :constraint_parameters, :status) SENSITIVE = [] include Aws::Structure end |
#constraint_parameters ⇒ String
The constraint parameters.
6426 6427 6428 6429 6430 6431 6432 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6426 class UpdateConstraintOutput < Struct.new( :constraint_detail, :constraint_parameters, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the current request.
6426 6427 6428 6429 6430 6431 6432 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6426 class UpdateConstraintOutput < Struct.new( :constraint_detail, :constraint_parameters, :status) SENSITIVE = [] include Aws::Structure end |