Class: Aws::Types::GetWorkflowRunPropertiesRequest

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)


4345
4346
4347
# File 'sig/types.rbs', line 4345

def name
  @name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


4346
4347
4348
# File 'sig/types.rbs', line 4346

def run_id
  @run_id
end