Class: Aws::Types::CreateWorkflowRequest

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])


1860
1861
1862
# File 'sig/types.rbs', line 1860

def default_run_properties
  @default_run_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def description
  @description
end

#max_concurrent_runs::Integer

Returns the value of attribute max_concurrent_runs.

Returns:

  • (::Integer)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def max_concurrent_runs
  @max_concurrent_runs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1861
1862
1863
# File 'sig/types.rbs', line 1861

def tags
  @tags
end