Class: Aws::Batch::Types::DeleteConsumableResourceRequest

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_resourceString

The name or ARN of the consumable resource that will be deleted.

Returns:

  • (String)


2870
2871
2872
2873
2874
# File 'lib/aws-sdk-batch/types.rb', line 2870

class DeleteConsumableResourceRequest < Struct.new(
  :consumable_resource)
  SENSITIVE = []
  include Aws::Structure
end