Class: Aws::Types::AppflowIntegrationWorkflowStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_records_end_time::String

Returns the value of attribute batch_records_end_time.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def batch_records_end_time
  @batch_records_end_time
end

#batch_records_start_time::String

Returns the value of attribute batch_records_start_time.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def batch_records_start_time
  @batch_records_start_time
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def created_at
  @created_at
end

#execution_message::String

Returns the value of attribute execution_message.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def execution_message
  @execution_message
end

#flow_name::String

Returns the value of attribute flow_name.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def flow_name
  @flow_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


88
89
90
# File 'sig/types.rbs', line 88

def last_updated_at
  @last_updated_at
end

#records_processed::Integer

Returns the value of attribute records_processed.

Returns:

  • (::Integer)


84
85
86
# File 'sig/types.rbs', line 84

def records_processed
  @records_processed
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETE", "FAILED", "SPLIT", "RETRY", "CANCELLED")


82
83
84
# File 'sig/types.rbs', line 82

def status
  @status
end