Class: Aws::Types::NodeInputSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def expression
  @expression
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def node_name
  @node_name
end

#output_field_name::String

Returns the value of attribute output_field_name.

Returns:

  • (::String)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def output_field_name
  @output_field_name
end