Class: Aws::Types::AutomatedReasoningPolicyAddVariableAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyAddVariableAnnotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
239 240 241 |
# File 'sig/types.rbs', line 239 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
237 238 239 |
# File 'sig/types.rbs', line 237 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
238 239 240 |
# File 'sig/types.rbs', line 238 def type @type end |