Class: Aws::Types::CompilationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::CompilationJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compilation_end_time ⇒ ::Time
Returns the value of attribute compilation_end_time.
-
#compilation_job_arn ⇒ ::String
Returns the value of attribute compilation_job_arn.
-
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
-
#compilation_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute compilation_job_status.
-
#compilation_start_time ⇒ ::Time
Returns the value of attribute compilation_start_time.
-
#compilation_target_device ⇒ "lambda", ...
Returns the value of attribute compilation_target_device.
-
#compilation_target_platform_accelerator ⇒ "INTEL_GRAPHICS", ...
Returns the value of attribute compilation_target_platform_accelerator.
-
#compilation_target_platform_arch ⇒ "X86_64", ...
Returns the value of attribute compilation_target_platform_arch.
-
#compilation_target_platform_os ⇒ "ANDROID", "LINUX"
Returns the value of attribute compilation_target_platform_os.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#compilation_end_time ⇒ ::Time
Returns the value of attribute compilation_end_time.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def compilation_end_time @compilation_end_time end |
#compilation_job_arn ⇒ ::String
Returns the value of attribute compilation_job_arn.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def compilation_job_arn @compilation_job_arn end |
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def compilation_job_name @compilation_job_name end |
#compilation_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute compilation_job_status.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def compilation_job_status @compilation_job_status end |
#compilation_start_time ⇒ ::Time
Returns the value of attribute compilation_start_time.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def compilation_start_time @compilation_start_time end |
#compilation_target_device ⇒ "lambda", ...
Returns the value of attribute compilation_target_device.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def compilation_target_device @compilation_target_device end |
#compilation_target_platform_accelerator ⇒ "INTEL_GRAPHICS", ...
Returns the value of attribute compilation_target_platform_accelerator.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def compilation_target_platform_accelerator @compilation_target_platform_accelerator end |
#compilation_target_platform_arch ⇒ "X86_64", ...
Returns the value of attribute compilation_target_platform_arch.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def compilation_target_platform_arch @compilation_target_platform_arch end |
#compilation_target_platform_os ⇒ "ANDROID", "LINUX"
Returns the value of attribute compilation_target_platform_os.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def compilation_target_platform_os @compilation_target_platform_os end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def last_modified_time @last_modified_time end |