Class: Aws::Types::FlowExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


855
856
857
# File 'sig/types.rbs', line 855

def created_at
  @created_at
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


856
857
858
# File 'sig/types.rbs', line 856

def ended_at
  @ended_at
end

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def execution_arn
  @execution_arn
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def flow_version
  @flow_version
end

#status"Running", ...

Returns the value of attribute status.

Returns:

  • ("Running", "Succeeded", "Failed", "TimedOut", "Aborted")


861
862
863
# File 'sig/types.rbs', line 861

def status
  @status
end