Class: Aws::Batch::Types::UpdateConsumableResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateConsumableResourceResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumable_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the consumable resource.
-
#consumable_resource_name ⇒ String
The name of the consumable resource to be updated.
-
#total_quantity ⇒ Integer
The total amount of the consumable resource that is available.
Instance Attribute Details
#consumable_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the consumable resource.
9927 9928 9929 9930 9931 9932 9933 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 9927 class UpdateConsumableResourceResponse < Struct.new( :consumable_resource_name, :consumable_resource_arn, :total_quantity) SENSITIVE = [] include Aws::Structure end |
#consumable_resource_name ⇒ String
The name of the consumable resource to be updated.
9927 9928 9929 9930 9931 9932 9933 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 9927 class UpdateConsumableResourceResponse < Struct.new( :consumable_resource_name, :consumable_resource_arn, :total_quantity) SENSITIVE = [] include Aws::Structure end |
#total_quantity ⇒ Integer
The total amount of the consumable resource that is available.
9927 9928 9929 9930 9931 9932 9933 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 9927 class UpdateConsumableResourceResponse < Struct.new( :consumable_resource_name, :consumable_resource_arn, :total_quantity) SENSITIVE = [] include Aws::Structure end |