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)


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

def compilation_job_name
  @compilation_job_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5691
5692
5693
# File 'sig/types.rbs', line 5691

def creation_time
  @creation_time
end

#edge_packaging_job_arn::String

Returns the value of attribute edge_packaging_job_arn.

Returns:

  • (::String)


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

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)


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

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")


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

def edge_packaging_job_status
  @edge_packaging_job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5692
5693
5694
# File 'sig/types.rbs', line 5692

def last_modified_time
  @last_modified_time
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


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

def model_name
  @model_name
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


5690
5691
5692
# File 'sig/types.rbs', line 5690

def model_version
  @model_version
end