Class: Aws::Types::CodeGenEdge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def source
  @source
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def target
  @target
end

#target_parameter::String

Returns the value of attribute target_parameter.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def target_parameter
  @target_parameter
end