Class: Aws::Types::UpdateConstraintInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConstraintInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def accept_language @accept_language end |
#description ⇒ ::String
Returns the value of attribute description.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def id @id end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def parameters @parameters end |