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.
9634 9635 9636 |
# File 'sig/types.rbs', line 9634 def creation_time @creation_time end |
#deployment_instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute deployment_instance_type.
9639 9640 9641 |
# File 'sig/types.rbs', line 9639 def deployment_instance_type @deployment_instance_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9638 9639 9640 |
# File 'sig/types.rbs', line 9638 def last_modified_time @last_modified_time end |
#max_instance_count ⇒ ::Integer
Returns the value of attribute max_instance_count.
9640 9641 9642 |
# File 'sig/types.rbs', line 9640 def max_instance_count @max_instance_count end |
#optimization_end_time ⇒ ::Time
Returns the value of attribute optimization_end_time.
9637 9638 9639 |
# File 'sig/types.rbs', line 9637 def optimization_end_time @optimization_end_time end |
#optimization_job_arn ⇒ ::String
Returns the value of attribute optimization_job_arn.
9633 9634 9635 |
# File 'sig/types.rbs', line 9633 def optimization_job_arn @optimization_job_arn end |
#optimization_job_name ⇒ ::String
Returns the value of attribute optimization_job_name.
9632 9633 9634 |
# File 'sig/types.rbs', line 9632 def optimization_job_name @optimization_job_name end |
#optimization_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute optimization_job_status.
9635 9636 9637 |
# File 'sig/types.rbs', line 9635 def optimization_job_status @optimization_job_status end |
#optimization_start_time ⇒ ::Time
Returns the value of attribute optimization_start_time.
9636 9637 9638 |
# File 'sig/types.rbs', line 9636 def optimization_start_time @optimization_start_time end |
#optimization_types ⇒ ::Array[::String]
Returns the value of attribute optimization_types.
9641 9642 9643 |
# File 'sig/types.rbs', line 9641 def optimization_types @optimization_types end |