Class: Aws::Batch::Types::ServiceResourceId

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

Overview

The Batch unique identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the resource identifier.

Returns:

  • (String)


8423
8424
8425
8426
8427
8428
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8423

class ServiceResourceId < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the resource identifier.

Returns:

  • (String)


8423
8424
8425
8426
8427
8428
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8423

class ServiceResourceId < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end