Class: Aws::Types::NodeOutputField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::NodeExecutionContent

Returns the value of attribute content.



1968
1969
1970
# File 'sig/types.rbs', line 1968

def content
  @content
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def name
  @name
end

#next::Array[Types::NodeOutputNext]

Returns the value of attribute next.

Returns:



1970
1971
1972
# File 'sig/types.rbs', line 1970

def next
  @next
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


1971
1972
1973
# File 'sig/types.rbs', line 1971

def type
  @type
end