Class: Aws::Batch::Types::EksPropertiesOverride

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

Overview

An object that contains overrides for the Kubernetes resources of a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pod_propertiesTypes::EksPodPropertiesOverride

The overrides for the Kubernetes pod resources of a job.



4384
4385
4386
4387
4388
# File 'lib/aws-sdk-batch/types.rb', line 4384

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