Class: Aws::Batch::Types::UpdateConsumableResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_arnString

The Amazon Resource Name (ARN) of the consumable resource.

Returns:

  • (String)


8969
8970
8971
8972
8973
8974
8975
# File 'lib/aws-sdk-batch/types.rb', line 8969

class UpdateConsumableResourceResponse < Struct.new(
  :consumable_resource_name,
  :consumable_resource_arn,
  :total_quantity)
  SENSITIVE = []
  include Aws::Structure
end

#consumable_resource_nameString

The name of the consumable resource to be updated.

Returns:

  • (String)


8969
8970
8971
8972
8973
8974
8975
# File 'lib/aws-sdk-batch/types.rb', line 8969

class UpdateConsumableResourceResponse < Struct.new(
  :consumable_resource_name,
  :consumable_resource_arn,
  :total_quantity)
  SENSITIVE = []
  include Aws::Structure
end

#total_quantityInteger

The total amount of the consumable resource that is available.

Returns:

  • (Integer)


8969
8970
8971
8972
8973
8974
8975
# File 'lib/aws-sdk-batch/types.rb', line 8969

class UpdateConsumableResourceResponse < Struct.new(
  :consumable_resource_name,
  :consumable_resource_arn,
  :total_quantity)
  SENSITIVE = []
  include Aws::Structure
end