Class: Aws::Types::FlowNodeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def name
  @name
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


1089
1090
1091
# File 'sig/types.rbs', line 1089

def type
  @type
end