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)


773
774
775
# File 'sig/types.rbs', line 773

def created_at
  @created_at
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


774
775
776
# File 'sig/types.rbs', line 774

def ended_at
  @ended_at
end

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def execution_arn
  @execution_arn
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def flow_version
  @flow_version
end

#status"Running", ...

Returns the value of attribute status.

Returns:

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


779
780
781
# File 'sig/types.rbs', line 779

def status
  @status
end