Class: Aws::Types::EdgePackagingJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_name::String

Returns the value of attribute compilation_job_name.

Returns:

  • (::String)


5684
5685
5686
# File 'sig/types.rbs', line 5684

def compilation_job_name
  @compilation_job_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5687
5688
5689
# File 'sig/types.rbs', line 5687

def creation_time
  @creation_time
end

#edge_packaging_job_arn::String

Returns the value of attribute edge_packaging_job_arn.

Returns:

  • (::String)


5681
5682
5683
# File 'sig/types.rbs', line 5681

def edge_packaging_job_arn
  @edge_packaging_job_arn
end

#edge_packaging_job_name::String

Returns the value of attribute edge_packaging_job_name.

Returns:

  • (::String)


5682
5683
5684
# File 'sig/types.rbs', line 5682

def edge_packaging_job_name
  @edge_packaging_job_name
end

#edge_packaging_job_status"STARTING", ...

Returns the value of attribute edge_packaging_job_status.

Returns:

  • ("STARTING", "INPROGRESS", "COMPLETED", "FAILED", "STOPPING", "STOPPED")


5683
5684
5685
# File 'sig/types.rbs', line 5683

def edge_packaging_job_status
  @edge_packaging_job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5688
5689
5690
# File 'sig/types.rbs', line 5688

def last_modified_time
  @last_modified_time
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


5685
5686
5687
# File 'sig/types.rbs', line 5685

def model_name
  @model_name
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


5686
5687
5688
# File 'sig/types.rbs', line 5686

def model_version
  @model_version
end