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)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def ended_at
  @ended_at
end

#errors::Array[Types::FlowExecutionError]

Returns the value of attribute errors.

Returns:



1133
1134
1135
# File 'sig/types.rbs', line 1133

def errors
  @errors
end

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def execution_arn
  @execution_arn
end

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def flow_alias_identifier
  @flow_alias_identifier
end

#flow_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def flow_version
  @flow_version
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def started_at
  @started_at
end

#status"Running", ...

Returns the value of attribute status.

Returns:

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


1139
1140
1141
# File 'sig/types.rbs', line 1139

def status
  @status
end