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)


182
183
184
# File 'sig/types.rbs', line 182

def created_at
  @created_at
end

#flow_execution_id::String

Returns the value of attribute flow_execution_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def flow_execution_id
  @flow_execution_id
end

#flow_template_id::String

Returns the value of attribute flow_template_id.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def flow_template_id
  @flow_template_id
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "ABORTED", "SUCCEEDED", "FAILED")


179
180
181
# File 'sig/types.rbs', line 179

def status
  @status
end

#system_instance_id::String

Returns the value of attribute system_instance_id.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def system_instance_id
  @system_instance_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


183
184
185
# File 'sig/types.rbs', line 183

def updated_at
  @updated_at
end