Class: Aws::Batch::Types::DeleteConsumableResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteConsumableResourceRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumable_resource ⇒ String
The name or ARN of the consumable resource that will be deleted.
Instance Attribute Details
#consumable_resource ⇒ String
The name or ARN of the consumable resource that will be deleted.
2819 2820 2821 2822 2823 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2819 class DeleteConsumableResourceRequest < Struct.new( :consumable_resource) SENSITIVE = [] include Aws::Structure end |