Class: Aws::Batch::Types::EksPropertiesOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EksPropertiesOverride
- Defined in:
- gems/aws-sdk-batch/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
-
#pod_properties ⇒ Types::EksPodPropertiesOverride
The overrides for the Kubernetes pod resources of a job.
Instance Attribute Details
#pod_properties ⇒ Types::EksPodPropertiesOverride
The overrides for the Kubernetes pod resources of a job.
4518 4519 4520 4521 4522 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4518 class EksPropertiesOverride < Struct.new( :pod_properties) SENSITIVE = [] include Aws::Structure end |