Class: Aws::Batch::Types::ConsumableResourceRequirement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ConsumableResourceRequirement
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Information about a consumable resource required to run a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumable_resource ⇒ String
The name or ARN of the consumable resource.
-
#quantity ⇒ Integer
The quantity of the consumable resource that is needed.
Instance Attribute Details
#consumable_resource ⇒ String
The name or ARN of the consumable resource.
1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 1472 class ConsumableResourceRequirement < Struct.new( :consumable_resource, :quantity) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity of the consumable resource that is needed.
1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 1472 class ConsumableResourceRequirement < Struct.new( :consumable_resource, :quantity) SENSITIVE = [] include Aws::Structure end |