Class: Aws::Types::FlowInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::FlowInputContent

Returns the value of attribute content.



791
792
793
# File 'sig/types.rbs', line 791

def content
  @content
end

#node_input_name::String

Returns the value of attribute node_input_name.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def node_input_name
  @node_input_name
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def node_name
  @node_name
end

#node_output_name::String

Returns the value of attribute node_output_name.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def node_output_name
  @node_output_name
end