Class: Aws::ServiceCatalog::Types::UpdateConstraintOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateConstraintOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
6593 6594 6595 6596 6597 6598 6599 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6593 class UpdateConstraintOutput < Struct.new( :constraint_detail, :constraint_parameters, :status) SENSITIVE = [] include Aws::Structure end |
#constraint_parameters ⇒ String
The constraint parameters.
6593 6594 6595 6596 6597 6598 6599 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6593 class UpdateConstraintOutput < Struct.new( :constraint_detail, :constraint_parameters, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the current request.
6593 6594 6595 6596 6597 6598 6599 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6593 class UpdateConstraintOutput < Struct.new( :constraint_detail, :constraint_parameters, :status) SENSITIVE = [] include Aws::Structure end |