Class: Aws::Types::OptimizationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::OptimizationJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
-
#optimization_end_time ⇒ ::Time
Returns the value of attribute optimization_end_time.
-
#optimization_job_arn ⇒ ::String
Returns the value of attribute optimization_job_arn.
-
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
-
#optimization_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute optimization_job_status.
-
#optimization_start_time ⇒ ::Time
Returns the value of attribute optimization_start_time.
-
#optimization_types ⇒ ::Array[::String]
Returns the value of attribute optimization_types.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9697 9698 9699 |
# File 'sig/types.rbs', line 9697 def creation_time @creation_time end |
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
9702 9703 9704 |
# File 'sig/types.rbs', line 9702 def deployment_instance_type @deployment_instance_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9701 9702 9703 |
# File 'sig/types.rbs', line 9701 def last_modified_time @last_modified_time end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
9703 9704 9705 |
# File 'sig/types.rbs', line 9703 def max_instance_count @max_instance_count end |
#optimization_end_time ⇒ ::Time
Returns the value of attribute optimization_end_time.
9700 9701 9702 |
# File 'sig/types.rbs', line 9700 def optimization_end_time @optimization_end_time end |
#optimization_job_arn ⇒ ::String
Returns the value of attribute optimization_job_arn.
9696 9697 9698 |
# File 'sig/types.rbs', line 9696 def optimization_job_arn @optimization_job_arn end |
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
9695 9696 9697 |
# File 'sig/types.rbs', line 9695 def optimization_job_name @optimization_job_name end |
#optimization_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute optimization_job_status.
9698 9699 9700 |
# File 'sig/types.rbs', line 9698 def optimization_job_status @optimization_job_status end |
#optimization_start_time ⇒ ::Time
Returns the value of attribute optimization_start_time.
9699 9700 9701 |
# File 'sig/types.rbs', line 9699 def optimization_start_time @optimization_start_time end |
#optimization_types ⇒ ::Array[::String]
Returns the value of attribute optimization_types.
9704 9705 9706 |
# File 'sig/types.rbs', line 9704 def optimization_types @optimization_types end |