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")]
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.
966 967 968 |
# File 'sig/types.rbs', line 966 def array_properties @array_properties end |
#attempts ⇒ ::Array[Types::AttemptDetail]
Returns the value of attribute attempts.
954 955 956 |
# File 'sig/types.rbs', line 954 def attempts @attempts end |
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
976 977 978 |
# File 'sig/types.rbs', line 976 def consumable_resource_properties @consumable_resource_properties end |
#container ⇒ Types::ContainerDetail
Returns the value of attribute container.
963 964 965 |
# File 'sig/types.rbs', line 963 def container @container end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
956 957 958 |
# File 'sig/types.rbs', line 956 def created_at @created_at end |
#depends_on ⇒ ::Array[Types::JobDependency]
Returns the value of attribute depends_on.
960 961 962 |
# File 'sig/types.rbs', line 960 def depends_on @depends_on end |
#ecs_properties ⇒ Types::EcsPropertiesDetail
Returns the value of attribute ecs_properties.
973 974 975 |
# File 'sig/types.rbs', line 973 def ecs_properties @ecs_properties end |
#eks_attempts ⇒ ::Array[Types::EksAttemptDetail]
Returns the value of attribute eks_attempts.
972 973 974 |
# File 'sig/types.rbs', line 972 def eks_attempts @eks_attempts end |
#eks_properties ⇒ Types::EksPropertiesDetail
Returns the value of attribute eks_properties.
971 972 973 |
# File 'sig/types.rbs', line 971 def eks_properties @eks_properties end |
#is_cancelled ⇒ Boolean
Returns the value of attribute is_cancelled.
974 975 976 |
# File 'sig/types.rbs', line 974 def is_cancelled @is_cancelled end |
#is_terminated ⇒ Boolean
Returns the value of attribute is_terminated.
975 976 977 |
# File 'sig/types.rbs', line 975 def is_terminated @is_terminated end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
947 948 949 |
# File 'sig/types.rbs', line 947 def job_arn @job_arn end |
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
961 962 963 |
# File 'sig/types.rbs', line 961 def job_definition @job_definition end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
949 950 951 |
# File 'sig/types.rbs', line 949 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
948 949 950 |
# File 'sig/types.rbs', line 948 def job_name @job_name end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
950 951 952 |
# File 'sig/types.rbs', line 950 def job_queue @job_queue end |
#node_details ⇒ Types::NodeDetails
Returns the value of attribute node_details.
964 965 966 |
# File 'sig/types.rbs', line 964 def node_details @node_details end |
#node_properties ⇒ Types::NodeProperties
Returns the value of attribute node_properties.
965 966 967 |
# File 'sig/types.rbs', line 965 def node_properties @node_properties end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
962 963 964 |
# File 'sig/types.rbs', line 962 def parameters @parameters end |
#platform_capabilities ⇒ ::Array[("EC2" | "FARGATE")]
Returns the value of attribute platform_capabilities.
970 971 972 |
# File 'sig/types.rbs', line 970 def platform_capabilities @platform_capabilities end |
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
969 970 971 |
# File 'sig/types.rbs', line 969 def @propagate_tags end |
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
957 958 959 |
# File 'sig/types.rbs', line 957 def retry_strategy @retry_strategy end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
953 954 955 |
# File 'sig/types.rbs', line 953 def scheduling_priority @scheduling_priority end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
952 953 954 |
# File 'sig/types.rbs', line 952 def share_identifier @share_identifier end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
958 959 960 |
# File 'sig/types.rbs', line 958 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
951 952 953 |
# File 'sig/types.rbs', line 951 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
955 956 957 |
# File 'sig/types.rbs', line 955 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
959 960 961 |
# File 'sig/types.rbs', line 959 def stopped_at @stopped_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
968 969 970 |
# File 'sig/types.rbs', line 968 def @tags end |
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
967 968 969 |
# File 'sig/types.rbs', line 967 def timeout @timeout end |