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.
5703 5704 5705 |
# File 'sig/types.rbs', line 5703 def compilation_job_name @compilation_job_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5706 5707 5708 |
# File 'sig/types.rbs', line 5706 def creation_time @creation_time end |
#edge_packaging_job_arn ⇒ ::String
Returns the value of attribute edge_packaging_job_arn.
5700 5701 5702 |
# File 'sig/types.rbs', line 5700 def edge_packaging_job_arn @edge_packaging_job_arn end |
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
5701 5702 5703 |
# File 'sig/types.rbs', line 5701 def edge_packaging_job_name @edge_packaging_job_name end |
#edge_packaging_job_status ⇒ "STARTING", ...
Returns the value of attribute edge_packaging_job_status.
5702 5703 5704 |
# File 'sig/types.rbs', line 5702 def edge_packaging_job_status @edge_packaging_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5707 5708 5709 |
# File 'sig/types.rbs', line 5707 def last_modified_time @last_modified_time end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
5704 5705 5706 |
# File 'sig/types.rbs', line 5704 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
5705 5706 5707 |
# File 'sig/types.rbs', line 5705 def model_version @model_version end |