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.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def array_properties
  @array_properties
end

#capacity_usage::Array[Types::JobCapacityUsageSummary]

Returns the value of attribute capacity_usage.

Returns:



1063
1064
1065
# File 'sig/types.rbs', line 1063

def capacity_usage
  @capacity_usage
end

#containerTypes::ContainerSummary

Returns the value of attribute container.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def container
  @container
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def created_at
  @created_at
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def job_arn
  @job_arn
end

#job_definition::String

Returns the value of attribute job_definition.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def job_definition
  @job_definition
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def job_name
  @job_name
end

#node_propertiesTypes::NodePropertiesSummary

Returns the value of attribute node_properties.



1073
1074
1075
# File 'sig/types.rbs', line 1073

def node_properties
  @node_properties
end

#scheduled_at::Integer

Returns the value of attribute scheduled_at.

Returns:

  • (::Integer)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def scheduled_at
  @scheduled_at
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


1067
1068
1069
# File 'sig/types.rbs', line 1067

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def stopped_at
  @stopped_at
end