Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_properties ⇒ Types::ArrayPropertiesSummary
Returns the value of attribute array_properties.
-
#capacity_usage ⇒ ::Array[Types::JobCapacityUsageSummary]
Returns the value of attribute capacity_usage.
-
#container ⇒ Types::ContainerSummary
Returns the value of attribute container.
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#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.
-
#node_properties ⇒ Types::NodePropertiesSummary
Returns the value of attribute node_properties.
-
#scheduled_at ⇒ ::Integer
Returns the value of attribute scheduled_at.
-
#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.
Instance Attribute Details
#array_properties ⇒ Types::ArrayPropertiesSummary
Returns the value of attribute array_properties.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def array_properties @array_properties end |
#capacity_usage ⇒ ::Array[Types::JobCapacityUsageSummary]
Returns the value of attribute capacity_usage.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def capacity_usage @capacity_usage end |
#container ⇒ Types::ContainerSummary
Returns the value of attribute container.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def container @container end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def created_at @created_at end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def job_arn @job_arn end |
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def job_definition @job_definition end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def job_name @job_name end |
#node_properties ⇒ Types::NodePropertiesSummary
Returns the value of attribute node_properties.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def node_properties @node_properties end |
#scheduled_at ⇒ ::Integer
Returns the value of attribute scheduled_at.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def scheduled_at @scheduled_at end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def share_identifier @share_identifier end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def stopped_at @stopped_at end |