Class: Aws::Types::EdgePackagingJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::EdgePackagingJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#edge_packaging_job_arn ⇒ ::String
Returns the value of attribute edge_packaging_job_arn.
-
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
-
#edge_packaging_job_status ⇒ "STARTING", ...
Returns the value of attribute edge_packaging_job_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
Instance Attribute Details
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
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.
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.
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.
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.
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.
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.
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.
5686 5687 5688 |
# File 'sig/types.rbs', line 5686 def model_version @model_version end |