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.



1061
1062
1063
# File 'sig/types.rbs', line 1061

def content
  @content
end

#next::Array[Types::FlowTraceNodeOutputNext]

Returns the value of attribute next.

Returns:



1062
1063
1064
# File 'sig/types.rbs', line 1062

def next
  @next
end

#node_output_name::String

Returns the value of attribute node_output_name.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def node_output_name
  @node_output_name
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


1064
1065
1066
# File 'sig/types.rbs', line 1064

def type
  @type
end