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.
889 890 891 |
# File 'sig/types.rbs', line 889 def args @args end |
#id ⇒ ::String
Returns the value of attribute id.
887 888 889 |
# File 'sig/types.rbs', line 887 def id @id end |
#line_number ⇒ ::Integer
Returns the value of attribute line_number.
890 891 892 |
# File 'sig/types.rbs', line 890 def line_number @line_number end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
888 889 890 |
# File 'sig/types.rbs', line 888 def node_type @node_type end |