Class: Aws::Types::CreateConstraintInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConstraintInput
- 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.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
-
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
152 153 154 |
# File 'sig/types.rbs', line 152 def accept_language @accept_language end |
#description ⇒ ::String
Returns the value of attribute description.
157 158 159 |
# File 'sig/types.rbs', line 157 def description @description end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
158 159 160 |
# File 'sig/types.rbs', line 158 def idempotency_token @idempotency_token end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
155 156 157 |
# File 'sig/types.rbs', line 155 def parameters @parameters end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
153 154 155 |
# File 'sig/types.rbs', line 153 def portfolio_id @portfolio_id end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
154 155 156 |
# File 'sig/types.rbs', line 154 def product_id @product_id end |
#type ⇒ ::String
Returns the value of attribute type.
156 157 158 |
# File 'sig/types.rbs', line 156 def type @type end |