Class: Aws::Types::GetFlowExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def ended_at
  @ended_at
end

#errors::Array[Types::FlowExecutionError]

Returns the value of attribute errors.

Returns:



1215
1216
1217
# File 'sig/types.rbs', line 1215

def errors
  @errors
end

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def execution_arn
  @execution_arn
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def flow_version
  @flow_version
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def started_at
  @started_at
end

#status"Running", ...

Returns the value of attribute status.

Returns:

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


1221
1222
1223
# File 'sig/types.rbs', line 1221

def status
  @status
end