Class: Aws::Types::CodeGenNode
- Inherits:
-
Object
- Object
- Aws::Types::CodeGenNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#args ⇒ ::Array[Types::CodeGenNodeArg]
Returns the value of attribute args.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#line_number ⇒ ::Integer
Returns the value of attribute line_number.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
Instance Attribute Details
#args ⇒ ::Array[Types::CodeGenNodeArg]
Returns the value of attribute args.
893 894 895 |
# File 'sig/types.rbs', line 893 def args @args end |
#id ⇒ ::String
Returns the value of attribute id.
891 892 893 |
# File 'sig/types.rbs', line 891 def id @id end |
#line_number ⇒ ::Integer
Returns the value of attribute line_number.
894 895 896 |
# File 'sig/types.rbs', line 894 def line_number @line_number end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
892 893 894 |
# File 'sig/types.rbs', line 892 def node_type @node_type end |