Class: Aws::Types::UpdateConstraintOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConstraintOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraint_detail ⇒ Types::ConstraintDetail
Returns the value of attribute constraint_detail.
-
#constraint_parameters ⇒ ::String
Returns the value of attribute constraint_parameters.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
Instance Attribute Details
#constraint_detail ⇒ Types::ConstraintDetail
Returns the value of attribute constraint_detail.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def constraint_detail @constraint_detail end |
#constraint_parameters ⇒ ::String
Returns the value of attribute constraint_parameters.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def constraint_parameters @constraint_parameters end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def status @status end |