Class: Aws::Types::Workflow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_detailsTypes::BlueprintDetails

Returns the value of attribute blueprint_details.



8422
8423
8424
# File 'sig/types.rbs', line 8422

def blueprint_details
  @blueprint_details
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


8417
8418
8419
# File 'sig/types.rbs', line 8417

def created_on
  @created_on
end

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

Returns the value of attribute default_run_properties.

Returns:

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


8416
8417
8418
# File 'sig/types.rbs', line 8416

def default_run_properties
  @default_run_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8415
8416
8417
# File 'sig/types.rbs', line 8415

def description
  @description
end

#graphTypes::WorkflowGraph

Returns the value of attribute graph.



8420
8421
8422
# File 'sig/types.rbs', line 8420

def graph
  @graph
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


8418
8419
8420
# File 'sig/types.rbs', line 8418

def last_modified_on
  @last_modified_on
end

#last_runTypes::WorkflowRun

Returns the value of attribute last_run.

Returns:



8419
8420
8421
# File 'sig/types.rbs', line 8419

def last_run
  @last_run
end

#max_concurrent_runs::Integer

Returns the value of attribute max_concurrent_runs.

Returns:

  • (::Integer)


8421
8422
8423
# File 'sig/types.rbs', line 8421

def max_concurrent_runs
  @max_concurrent_runs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8414
8415
8416
# File 'sig/types.rbs', line 8414

def name
  @name
end