Class: Aws::Types::JobDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_propertiesTypes::ArrayPropertiesDetail

Returns the value of attribute array_properties.



1021
1022
1023
# File 'sig/types.rbs', line 1021

def array_properties
  @array_properties
end

#attempts::Array[Types::AttemptDetail]

Returns the value of attribute attempts.

Returns:



1009
1010
1011
# File 'sig/types.rbs', line 1009

def attempts
  @attempts
end

#consumable_resource_propertiesTypes::ConsumableResourceProperties

Returns the value of attribute consumable_resource_properties.



1031
1032
1033
# File 'sig/types.rbs', line 1031

def consumable_resource_properties
  @consumable_resource_properties
end

#containerTypes::ContainerDetail

Returns the value of attribute container.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def container
  @container
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def created_at
  @created_at
end

#depends_on::Array[Types::JobDependency]

Returns the value of attribute depends_on.

Returns:



1015
1016
1017
# File 'sig/types.rbs', line 1015

def depends_on
  @depends_on
end

#ecs_propertiesTypes::EcsPropertiesDetail

Returns the value of attribute ecs_properties.



1028
1029
1030
# File 'sig/types.rbs', line 1028

def ecs_properties
  @ecs_properties
end

#eks_attempts::Array[Types::EksAttemptDetail]

Returns the value of attribute eks_attempts.

Returns:



1027
1028
1029
# File 'sig/types.rbs', line 1027

def eks_attempts
  @eks_attempts
end

#eks_propertiesTypes::EksPropertiesDetail

Returns the value of attribute eks_properties.



1026
1027
1028
# File 'sig/types.rbs', line 1026

def eks_properties
  @eks_properties
end

#is_cancelledBoolean

Returns the value of attribute is_cancelled.

Returns:

  • (Boolean)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def is_cancelled
  @is_cancelled
end

#is_terminatedBoolean

Returns the value of attribute is_terminated.

Returns:

  • (Boolean)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def is_terminated
  @is_terminated
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def job_arn
  @job_arn
end

#job_definition::String

Returns the value of attribute job_definition.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def job_definition
  @job_definition
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def job_name
  @job_name
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def job_queue
  @job_queue
end

#node_detailsTypes::NodeDetails

Returns the value of attribute node_details.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def node_details
  @node_details
end

#node_propertiesTypes::NodeProperties

Returns the value of attribute node_properties.



1020
1021
1022
# File 'sig/types.rbs', line 1020

def node_properties
  @node_properties
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


1017
1018
1019
# File 'sig/types.rbs', line 1017

def parameters
  @parameters
end

#platform_capabilities::Array[("EC2" | "FARGATE" | "MANAGED_INSTANCES")]

Returns the value of attribute platform_capabilities.

Returns:

  • (::Array[("EC2" | "FARGATE" | "MANAGED_INSTANCES")])


1025
1026
1027
# File 'sig/types.rbs', line 1025

def platform_capabilities
  @platform_capabilities
end

#propagate_tagsBoolean

Returns the value of attribute propagate_tags.

Returns:

  • (Boolean)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def propagate_tags
  @propagate_tags
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.



1012
1013
1014
# File 'sig/types.rbs', line 1012

def retry_strategy
  @retry_strategy
end

#scheduling_priority::Integer

Returns the value of attribute scheduling_priority.

Returns:

  • (::Integer)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def scheduling_priority
  @scheduling_priority
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PENDING", "RUNNABLE", "STARTING", "RUNNING", "SUCCEEDED", "FAILED")


1006
1007
1008
# File 'sig/types.rbs', line 1006

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def stopped_at
  @stopped_at
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1023
1024
1025
# File 'sig/types.rbs', line 1023

def tags
  @tags
end

#timeoutTypes::JobTimeout

Returns the value of attribute timeout.

Returns:



1022
1023
1024
# File 'sig/types.rbs', line 1022

def timeout
  @timeout
end