Method: Aws::Batch::Types::NodeRangeProperty#container
- Defined in:
- lib/aws-sdk-batch/types.rb
#container ⇒ Types::ContainerProperties
The container details for the node range.
7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 |
# File 'lib/aws-sdk-batch/types.rb', line 7895 class NodeRangeProperty < Struct.new( :target_nodes, :container, :instance_types, :ecs_properties, :eks_properties, :consumable_resource_properties) SENSITIVE = [] include Aws::Structure end |