Class: Aws::Types::CodeGenNodeArg
- Inherits:
-
Object
- Object
- Aws::Types::CodeGenNodeArg
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#param ⇒ Boolean
Returns the value of attribute param.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
895 896 897 |
# File 'sig/types.rbs', line 895 def name @name end |
#param ⇒ Boolean
Returns the value of attribute param.
897 898 899 |
# File 'sig/types.rbs', line 897 def param @param end |
#value ⇒ ::String
Returns the value of attribute value.
896 897 898 |
# File 'sig/types.rbs', line 896 def value @value end |