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.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def array_properties
  @array_properties
end

#capacity_usage::Array[Types::JobCapacityUsageSummary]

Returns the value of attribute capacity_usage.

Returns:



1082
1083
1084
# File 'sig/types.rbs', line 1082

def capacity_usage
  @capacity_usage
end

#containerTypes::ContainerSummary

Returns the value of attribute container.

Returns:



1090
1091
1092
# File 'sig/types.rbs', line 1090

def container
  @container
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:



1083
1084
1085
# File 'sig/types.rbs', line 1083

def created_at
  @created_at
end

#is_cancelledBoolean

Returns the value of attribute is_cancelled.

Returns:



1094
1095
1096
# File 'sig/types.rbs', line 1094

def is_cancelled
  @is_cancelled
end

#is_terminatedBoolean

Returns the value of attribute is_terminated.

Returns:



1095
1096
1097
# File 'sig/types.rbs', line 1095

def is_terminated
  @is_terminated
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:



1079
1080
1081
# File 'sig/types.rbs', line 1079

def job_arn
  @job_arn
end

#job_definition::String

Returns the value of attribute job_definition.

Returns:



1093
1094
1095
# File 'sig/types.rbs', line 1093

def job_definition
  @job_definition
end

#job_id::String

Returns the value of attribute job_id.

Returns:



1080
1081
1082
# File 'sig/types.rbs', line 1080

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:



1081
1082
1083
# File 'sig/types.rbs', line 1081

def job_name
  @job_name
end

#node_propertiesTypes::NodePropertiesSummary

Returns the value of attribute node_properties.

Returns:



1092
1093
1094
# File 'sig/types.rbs', line 1092

def node_properties
  @node_properties
end

#scheduled_at::Integer

Returns the value of attribute scheduled_at.

Returns:



1084
1085
1086
# File 'sig/types.rbs', line 1084

def scheduled_at
  @scheduled_at
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:



1085
1086
1087
# File 'sig/types.rbs', line 1085

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:



1088
1089
1090
# File 'sig/types.rbs', line 1088

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:



1086
1087
1088
# File 'sig/types.rbs', line 1086

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



1087
1088
1089
# File 'sig/types.rbs', line 1087

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:



1089
1090
1091
# File 'sig/types.rbs', line 1089

def stopped_at
  @stopped_at
end