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.



873
874
875
# File 'sig/types.rbs', line 873

def content
  @content
end

#node_input_name::String

Returns the value of attribute node_input_name.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def node_input_name
  @node_input_name
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def node_name
  @node_name
end

#node_output_name::String

Returns the value of attribute node_output_name.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def node_output_name
  @node_output_name
end