Class: Aws::Batch::Types::EksPropertiesDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EksPropertiesDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
An object that contains the details for the Kubernetes resources of a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pod_properties ⇒ Types::EksPodPropertiesDetail
The properties for the Kubernetes pod resources of a job.
Instance Attribute Details
#pod_properties ⇒ Types::EksPodPropertiesDetail
The properties for the Kubernetes pod resources of a job.
4405 4406 4407 4408 4409 |
# File 'lib/aws-sdk-batch/types.rb', line 4405 class EksPropertiesDetail < Struct.new( :pod_properties) SENSITIVE = [] include Aws::Structure end |