Class: Aws::Batch::Types::DescribeConsumableResourceRequest

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 whose description will be returned.

Returns:

  • (String)


2724
2725
2726
2727
2728
# File 'lib/aws-sdk-batch/types.rb', line 2724

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