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.



1886
1887
1888
# File 'sig/types.rbs', line 1886

def content
  @content
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1887
1888
1889
# File 'sig/types.rbs', line 1887

def name
  @name
end

#next::Array[Types::NodeOutputNext]

Returns the value of attribute next.

Returns:



1888
1889
1890
# File 'sig/types.rbs', line 1888

def next
  @next
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


1889
1890
1891
# File 'sig/types.rbs', line 1889

def type
  @type
end