Class: Aws::Types::TransformJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11643
11644
11645
# File 'sig/types.rbs', line 11643

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


11647
11648
11649
# File 'sig/types.rbs', line 11647

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11645
11646
11647
# File 'sig/types.rbs', line 11645

def last_modified_time
  @last_modified_time
end

#transform_end_time::Time

Returns the value of attribute transform_end_time.

Returns:

  • (::Time)


11644
11645
11646
# File 'sig/types.rbs', line 11644

def transform_end_time
  @transform_end_time
end

#transform_job_arn::String

Returns the value of attribute transform_job_arn.

Returns:

  • (::String)


11642
11643
11644
# File 'sig/types.rbs', line 11642

def transform_job_arn
  @transform_job_arn
end

#transform_job_name::String

Returns the value of attribute transform_job_name.

Returns:

  • (::String)


11641
11642
11643
# File 'sig/types.rbs', line 11641

def transform_job_name
  @transform_job_name
end

#transform_job_status"InProgress", ...

Returns the value of attribute transform_job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped")


11646
11647
11648
# File 'sig/types.rbs', line 11646

def transform_job_status
  @transform_job_status
end