Class: Aws::Types::UpdateWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_run_properties::Hash[::String, ::String]

Returns the value of attribute default_run_properties.

Returns:

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


8293
8294
8295
# File 'sig/types.rbs', line 8293

def default_run_properties
  @default_run_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8292
8293
8294
# File 'sig/types.rbs', line 8292

def description
  @description
end

#max_concurrent_runs::Integer

Returns the value of attribute max_concurrent_runs.

Returns:

  • (::Integer)


8294
8295
8296
# File 'sig/types.rbs', line 8294

def max_concurrent_runs
  @max_concurrent_runs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8291
8292
8293
# File 'sig/types.rbs', line 8291

def name
  @name
end