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.
899 900 901 |
# File 'sig/types.rbs', line 899 def name @name end |
#param ⇒ Boolean
Returns the value of attribute param.
901 902 903 |
# File 'sig/types.rbs', line 901 def param @param end |
#value ⇒ ::String
Returns the value of attribute value.
900 901 902 |
# File 'sig/types.rbs', line 900 def value @value end |