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:



893
894
895
# File 'sig/types.rbs', line 893

def args
  @args
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def id
  @id
end

#line_number::Integer

Returns the value of attribute line_number.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def node_type
  @node_type
end