Class: Aws::Types::JobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_propertiesTypes::ArrayPropertiesSummary

Returns the value of attribute array_properties.



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

def array_properties
  @array_properties
end

#capacity_usage::Array[Types::JobCapacityUsageSummary]

Returns the value of attribute capacity_usage.

Returns:



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

def capacity_usage
  @capacity_usage
end

#containerTypes::ContainerSummary

Returns the value of attribute container.



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

def container
  @container
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


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

def created_at
  @created_at
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


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

def job_arn
  @job_arn
end

#job_definition::String

Returns the value of attribute job_definition.

Returns:

  • (::String)


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

def job_definition
  @job_definition
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


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

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


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

def job_name
  @job_name
end

#node_propertiesTypes::NodePropertiesSummary

Returns the value of attribute node_properties.



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

def node_properties
  @node_properties
end

#scheduled_at::Integer

Returns the value of attribute scheduled_at.

Returns:

  • (::Integer)


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

def scheduled_at
  @scheduled_at
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


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

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


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

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


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

def stopped_at
  @stopped_at
end