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.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def compilation_end_time @compilation_end_time end |
#compilation_job_arn ⇒ ::String
Returns the value of attribute compilation_job_arn.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def compilation_job_arn @compilation_job_arn end |
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def compilation_job_name @compilation_job_name end |
#compilation_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute compilation_job_status.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def compilation_job_status @compilation_job_status end |
#compilation_start_time ⇒ ::Time
Returns the value of attribute compilation_start_time.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def compilation_start_time @compilation_start_time end |
#compilation_target_device ⇒ "lambda", ...
Returns the value of attribute compilation_target_device.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def compilation_target_device @compilation_target_device end |
#compilation_target_platform_accelerator ⇒ "INTEL_GRAPHICS", ...
Returns the value of attribute compilation_target_platform_accelerator.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 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.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 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.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def compilation_target_platform_os @compilation_target_platform_os end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def last_modified_time @last_modified_time end |