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)


884
885
886
# File 'sig/types.rbs', line 884

def source
  @source
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def target
  @target
end

#target_parameter::String

Returns the value of attribute target_parameter.

Returns:

  • (::String)


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

def target_parameter
  @target_parameter
end