Class: Aws::Types::PutWorkflowRunPropertiesRequest

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)


6177
6178
6179
# File 'sig/types.rbs', line 6177

def name
  @name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


6178
6179
6180
# File 'sig/types.rbs', line 6178

def run_id
  @run_id
end

#run_properties::Hash[::String, ::String]

Returns the value of attribute run_properties.

Returns:

  • (::Hash[::String, ::String])


6179
6180
6181
# File 'sig/types.rbs', line 6179

def run_properties
  @run_properties
end