Class: Aws::Types::JobDetail
- Inherits:
-
Object
- Object
- Aws::Types::JobDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_properties ⇒ Types::ArrayPropertiesDetail
Returns the value of attribute array_properties.
-
#attempts ⇒ ::Array[Types::AttemptDetail]
Returns the value of attribute attempts.
-
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
-
#container ⇒ Types::ContainerDetail
Returns the value of attribute container.
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#depends_on ⇒ ::Array[Types::JobDependency]
Returns the value of attribute depends_on.
-
#ecs_properties ⇒ Types::EcsPropertiesDetail
Returns the value of attribute ecs_properties.
-
#eks_attempts ⇒ ::Array[Types::EksAttemptDetail]
Returns the value of attribute eks_attempts.
-
#eks_properties ⇒ Types::EksPropertiesDetail
Returns the value of attribute eks_properties.
-
#is_cancelled ⇒ Boolean
Returns the value of attribute is_cancelled.
-
#is_terminated ⇒ Boolean
Returns the value of attribute is_terminated.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
-
#node_details ⇒ Types::NodeDetails
Returns the value of attribute node_details.
-
#node_properties ⇒ Types::NodeProperties
Returns the value of attribute node_properties.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#platform_capabilities ⇒ ::Array[("EC2" | "FARGATE" | "MANAGED_INSTANCES")]
Returns the value of attribute platform_capabilities.
-
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
-
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
-
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
-
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
-
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
Instance Attribute Details
#array_properties ⇒ Types::ArrayPropertiesDetail
Returns the value of attribute array_properties.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def array_properties @array_properties end |
#attempts ⇒ ::Array[Types::AttemptDetail]
Returns the value of attribute attempts.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def attempts @attempts end |
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def consumable_resource_properties @consumable_resource_properties end |
#container ⇒ Types::ContainerDetail
Returns the value of attribute container.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def container @container end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def created_at @created_at end |
#depends_on ⇒ ::Array[Types::JobDependency]
Returns the value of attribute depends_on.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def depends_on @depends_on end |
#ecs_properties ⇒ Types::EcsPropertiesDetail
Returns the value of attribute ecs_properties.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def ecs_properties @ecs_properties end |
#eks_attempts ⇒ ::Array[Types::EksAttemptDetail]
Returns the value of attribute eks_attempts.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def eks_attempts @eks_attempts end |
#eks_properties ⇒ Types::EksPropertiesDetail
Returns the value of attribute eks_properties.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def eks_properties @eks_properties end |
#is_cancelled ⇒ Boolean
Returns the value of attribute is_cancelled.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def is_cancelled @is_cancelled end |
#is_terminated ⇒ Boolean
Returns the value of attribute is_terminated.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def is_terminated @is_terminated end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def job_arn @job_arn end |
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def job_definition @job_definition end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def job_name @job_name end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def job_queue @job_queue end |
#node_details ⇒ Types::NodeDetails
Returns the value of attribute node_details.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def node_details @node_details end |
#node_properties ⇒ Types::NodeProperties
Returns the value of attribute node_properties.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def node_properties @node_properties end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def parameters @parameters end |
#platform_capabilities ⇒ ::Array[("EC2" | "FARGATE" | "MANAGED_INSTANCES")]
Returns the value of attribute platform_capabilities.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def platform_capabilities @platform_capabilities end |
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def end |
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def retry_strategy @retry_strategy end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def scheduling_priority @scheduling_priority end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def share_identifier @share_identifier end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def stopped_at @stopped_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def end |
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def timeout @timeout end |