Method: Aws::ECS::Types::UpdateContainerAgentRequest#container_instance
- Defined in:
- lib/aws-sdk-ecs/types.rb
#container_instance ⇒ String
The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.
9718 9719 9720 9721 9722 |
# File 'lib/aws-sdk-ecs/types.rb', line 9718 class UpdateContainerAgentRequest < Struct.new( :cluster, :container_instance) include Aws::Structure end |