Class: Aws::Types::ListJobsByConsumableResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsByConsumableResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
-
#job_status ⇒ ::String
Returns the value of attribute job_status.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
-
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
-
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def consumable_resource_properties @consumable_resource_properties end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def created_at @created_at end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def job_arn @job_arn end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def job_definition_arn @job_definition_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def job_name @job_name end |
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def job_queue_arn @job_queue_arn end |
#job_status ⇒ ::String
Returns the value of attribute job_status.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def job_status @job_status end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def quantity @quantity end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def share_identifier @share_identifier end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def started_at @started_at end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def status_reason @status_reason end |