Class: Aws::Batch::Types::EksProperties

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pod_propertiesTypes::EksPodProperties

The properties for the Kubernetes pod resources of a job.



4354
4355
4356
4357
4358
# File 'lib/aws-sdk-batch/types.rb', line 4354

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