Class: Aws::Types::FlowTraceNodeOutputField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::FlowTraceNodeOutputContent

Returns the value of attribute content.



979
980
981
# File 'sig/types.rbs', line 979

def content
  @content
end

#next::Array[Types::FlowTraceNodeOutputNext]

Returns the value of attribute next.

Returns:



980
981
982
# File 'sig/types.rbs', line 980

def next
  @next
end

#node_output_name::String

Returns the value of attribute node_output_name.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def node_output_name
  @node_output_name
end

#type"String", ...

Returns the value of attribute type.

Returns:

  • ("String", "Number", "Boolean", "Object", "Array")


982
983
984
# File 'sig/types.rbs', line 982

def type
  @type
end