Class: Aws::Types::CodeGenNode

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#args::Array[Types::CodeGenNodeArg]

Returns the value of attribute args.

Returns:



889
890
891
# File 'sig/types.rbs', line 889

def args
  @args
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def id
  @id
end

#line_number::Integer

Returns the value of attribute line_number.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def node_type
  @node_type
end