Class: Aws::Types::ConstraintDetail
- Inherits:
-
Object
- Object
- Aws::Types::ConstraintDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraint_id ⇒ ::String
Returns the value of attribute constraint_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#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
#constraint_id ⇒ ::String
Returns the value of attribute constraint_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def constraint_id @constraint_id end |
#description ⇒ ::String
Returns the value of attribute description.
122 123 124 |
# File 'sig/types.rbs', line 122 def description @description end |
#owner ⇒ ::String
Returns the value of attribute owner.
123 124 125 |
# File 'sig/types.rbs', line 123 def owner @owner end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def portfolio_id @portfolio_id end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
124 125 126 |
# File 'sig/types.rbs', line 124 def product_id @product_id end |
#type ⇒ ::String
Returns the value of attribute type.
121 122 123 |
# File 'sig/types.rbs', line 121 def type @type end |