Class: Aws::Types::WorkflowStepOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

  • ("STRING", "INTEGER", "STRINGLIST", "STRINGMAP")


709
710
711
# File 'sig/types.rbs', line 709

def data_type
  @data_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def name
  @name
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


710
711
712
# File 'sig/types.rbs', line 710

def required
  @required
end

#valueTypes::WorkflowStepOutputUnion

Returns the value of attribute value.



711
712
713
# File 'sig/types.rbs', line 711

def value
  @value
end