Class: Aws::Types::ExecutionRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_pull_end_time::Time

Returns the value of attribute data_pull_end_time.

Returns:

  • (::Time)


617
618
619
# File 'sig/types.rbs', line 617

def data_pull_end_time
  @data_pull_end_time
end

#data_pull_start_time::Time

Returns the value of attribute data_pull_start_time.

Returns:

  • (::Time)


616
617
618
# File 'sig/types.rbs', line 616

def data_pull_start_time
  @data_pull_start_time
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def execution_id
  @execution_id
end

#execution_resultTypes::ExecutionResult

Returns the value of attribute execution_result.



613
614
615
# File 'sig/types.rbs', line 613

def execution_result
  @execution_result
end

#execution_status"InProgress", ...

Returns the value of attribute execution_status.

Returns:

  • ("InProgress", "Successful", "Error", "CancelStarted", "Canceled")


612
613
614
# File 'sig/types.rbs', line 612

def execution_status
  @execution_status
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


615
616
617
# File 'sig/types.rbs', line 615

def last_updated_at
  @last_updated_at
end

#metadata_catalog_details::Array[Types::MetadataCatalogDetail]

Returns the value of attribute metadata_catalog_details.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def 
  @metadata_catalog_details
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


614
615
616
# File 'sig/types.rbs', line 614

def started_at
  @started_at
end